Share via


AvailableDelegationInner Constructors

Definition

Overloads

AvailableDelegationInner()

Initializes a new instance of the AvailableDelegationInner class.

AvailableDelegationInner(String, String, String, String, IList<String>)

Initializes a new instance of the AvailableDelegationInner class.

AvailableDelegationInner()

Initializes a new instance of the AvailableDelegationInner class.

public AvailableDelegationInner ();
Public Sub New ()

Applies to

AvailableDelegationInner(String, String, String, String, IList<String>)

Initializes a new instance of the AvailableDelegationInner class.

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

Parameters

name
String

The name of the AvailableDelegation resource.

id
String

A unique identifier of the AvailableDelegation resource.

type
String

Resource type.

serviceName
String

The name of the service and resource.

actions
IList<String>

Describes the actions permitted to the service upon delegation.

Applies to