ServiceDelegationPropertiesFormat Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ServiceDelegationPropertiesFormat() |
Initializes a new instance of the ServiceDelegationPropertiesFormat class. |
| ServiceDelegationPropertiesFormat(String, IList<String>, String) |
Initializes a new instance of the ServiceDelegationPropertiesFormat class. |
ServiceDelegationPropertiesFormat()
Initializes a new instance of the ServiceDelegationPropertiesFormat class.
public ServiceDelegationPropertiesFormat();
Public Sub New ()
Applies to
ServiceDelegationPropertiesFormat(String, IList<String>, String)
Initializes a new instance of the ServiceDelegationPropertiesFormat class.
public ServiceDelegationPropertiesFormat(string serviceName = default, System.Collections.Generic.IList<string> actions = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceDelegationPropertiesFormat : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceDelegationPropertiesFormat
Public Sub New (Optional serviceName As String = Nothing, Optional actions As IList(Of String) = Nothing, Optional provisioningState As String = Nothing)
Parameters
- serviceName
- String
The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).
- provisioningState
- String
The provisioning state of the service delegation resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'