Aracılığıyla paylaş


DelegationInner Constructors

Definition

Overloads

DelegationInner()

Initializes a new instance of the DelegationInner class.

DelegationInner(String, String, IList<String>, ProvisioningState, String, String)

Initializes a new instance of the DelegationInner class.

DelegationInner()

Initializes a new instance of the DelegationInner class.

public DelegationInner ();
Public Sub New ()

Applies to

DelegationInner(String, String, IList<String>, ProvisioningState, String, String)

Initializes a new instance of the DelegationInner class.

public DelegationInner (string id = default, string serviceName = default, System.Collections.Generic.IList<string> actions = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.DelegationInner : string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.DelegationInner
Public Sub New (Optional id As String = Nothing, Optional serviceName As String = Nothing, Optional actions As IList(Of String) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
serviceName
String

The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers).

actions
IList<String>

Describes the actions permitted to the service upon delegation.

provisioningState
ProvisioningState

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

name
String

The name of the resource that is unique within a subnet. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to