Sdílet prostřednictvím


CloudEdgeManagementRole Class

Definition

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.

public class CloudEdgeManagementRole : Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.CloudEdgeManagementRole>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.CloudEdgeManagementRole>
public class CloudEdgeManagementRole : Azure.ResourceManager.DataBoxEdge.DataBoxEdgeRoleData
type CloudEdgeManagementRole = class
    inherit DataBoxEdgeRoleData
    interface IJsonModel<CloudEdgeManagementRole>
    interface IPersistableModel<CloudEdgeManagementRole>
type CloudEdgeManagementRole = class
    inherit DataBoxEdgeRoleData
Public Class CloudEdgeManagementRole
Inherits DataBoxEdgeRoleData
Implements IJsonModel(Of CloudEdgeManagementRole), IPersistableModel(Of CloudEdgeManagementRole)
Public Class CloudEdgeManagementRole
Inherits DataBoxEdgeRoleData
Inheritance
CloudEdgeManagementRole
Implements

Constructors

CloudEdgeManagementRole()

Initializes a new instance of CloudEdgeManagementRole.

Properties

EdgeSubscription

Edge Profile Subscription.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LocalManagementStatus

Local Edge Management Status.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
RoleStatus

Role status.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudEdgeManagementRole>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CloudEdgeManagementRole>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataBoxEdgeRoleData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataBoxEdgeRoleData)
IJsonModel<DataBoxEdgeRoleData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataBoxEdgeRoleData)
IPersistableModel<CloudEdgeManagementRole>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudEdgeManagementRole>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CloudEdgeManagementRole>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataBoxEdgeRoleData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataBoxEdgeRoleData)
IPersistableModel<DataBoxEdgeRoleData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataBoxEdgeRoleData)
IPersistableModel<DataBoxEdgeRoleData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataBoxEdgeRoleData)

Applies to