共用方式為


CloudEdgeManagementRole Constructors

Definition

Overloads

CloudEdgeManagementRole()

Initializes a new instance of the CloudEdgeManagementRole class.

CloudEdgeManagementRole(String, String, String, String, SystemData, String, EdgeProfile)

Initializes a new instance of the CloudEdgeManagementRole class.

CloudEdgeManagementRole()

Initializes a new instance of the CloudEdgeManagementRole class.

public CloudEdgeManagementRole ();
Public Sub New ()

Applies to

CloudEdgeManagementRole(String, String, String, String, SystemData, String, EdgeProfile)

Initializes a new instance of the CloudEdgeManagementRole class.

public CloudEdgeManagementRole (string roleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string localManagementStatus = default, Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile edgeProfile = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.CloudEdgeManagementRole : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile -> Microsoft.Azure.Management.DataBoxEdge.Models.CloudEdgeManagementRole
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 localManagementStatus As String = Nothing, Optional edgeProfile As EdgeProfile = 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

localManagementStatus
String

Local Edge Management Status. Possible values include: 'Enabled', 'Disabled'

edgeProfile
EdgeProfile

Edge Profile of the resource

Applies to