CloudEdgeManagementRole 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.
The preview of Virtual Machine Cloud Management from the Azure supports deploying and managing VMs on your Azure Stack Edge device from Azure Portal. For more information, refer to: https://docs.microsoft.com/en-us/azure/databox-online/azure-stack-edge-gpu-virtual-machine-overview By using this feature, you agree to the preview legal terms. See the https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/ for additional details.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("CloudEdgeManagement")]
public class CloudEdgeManagementRole : Microsoft.Azure.Management.DataBoxEdge.Models.Role
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("CloudEdgeManagement")>]
type CloudEdgeManagementRole = class
inherit Role
Public Class CloudEdgeManagementRole
Inherits Role
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
EdgeProfile |
Gets edge Profile of the resource |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from ARMBaseModel) |
LocalManagementStatus |
Gets local Edge Management Status. Possible values include: 'Enabled', 'Disabled' |
Name |
Gets the object name. (Inherited from ARMBaseModel) |
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