Condividi tramite


ServiceDelegationPropertiesFormat Constructors

Definition

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).

actions
IList<String>

The actions permitted to the service upon delegation.

provisioningState
String

The provisioning state of the service delegation resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to