Bagikan melalui


Delegation Constructors

Definition

Overloads

Delegation()

Initializes a new instance of the Delegation class.

Delegation(String, String, IList<String>, String, String, String, String)

Initializes a new instance of the Delegation class.

Delegation()

Initializes a new instance of the Delegation class.

public Delegation ();
Public Sub New ()

Applies to

Delegation(String, String, IList<String>, String, String, String, String)

Initializes a new instance of the Delegation class.

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

Parameters

id
String

Resource ID.

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'

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.

type
String

Resource type.

Applies to