MECRole Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MEC role.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("MEC")]
public class MECRole : Microsoft.Azure.Management.DataBoxEdge.Models.Role
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("MEC")>]
type MECRole = class
inherit Role
Public Class MECRole
Inherits Role
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
ConnectionString |
Gets or sets activation key of the MEC. |
ControllerEndpoint |
Gets or sets controller Endpoint. |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from ARMBaseModel) |
Name |
Gets the object name. (Inherited from ARMBaseModel) |
ResourceUniqueId |
Gets or sets unique Id of the Resource. |
RoleStatus |
Gets or sets role status. Possible values include: 'Enabled', 'Disabled' |
SystemData |
Gets or sets role configured on ASE resource (Inherited from Role) |
Type |
Gets the hierarchical type of the object. (Inherited from ARMBaseModel) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET