共用方式為


MECRole Constructors

Definition

Overloads

MECRole()

Initializes a new instance of the MECRole class.

MECRole(String, String, String, String, SystemData, AsymmetricEncryptedSecret, String, String)

Initializes a new instance of the MECRole class.

MECRole()

Initializes a new instance of the MECRole class.

public MECRole ();
Public Sub New ()

Applies to

MECRole(String, String, String, String, SystemData, AsymmetricEncryptedSecret, String, String)

Initializes a new instance of the MECRole class.

public MECRole (string roleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret connectionString = default, string controllerEndpoint = default, string resourceUniqueId = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.MECRole : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.MECRole
Public Sub New (roleStatus As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional connectionString As AsymmetricEncryptedSecret = Nothing, Optional controllerEndpoint As String = Nothing, Optional resourceUniqueId As String = Nothing)

Parameters

roleStatus
String

Role status. Possible values include: 'Enabled', 'Disabled'

id
String

The path ID that uniquely identifies the object.

name
String

The object name.

type
String

The hierarchical type of the object.

systemData
SystemData

Role configured on ASE resource

connectionString
AsymmetricEncryptedSecret

Activation key of the MEC.

controllerEndpoint
String

Controller Endpoint.

resourceUniqueId
String

Unique Id of the Resource.

Applies to