LargeInstanceData Class

Definition

A class representing the LargeInstance data model. Azure Large Instance info on Azure (ARM properties and AzureLargeInstance properties)

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

Properties

AzureLargeInstanceId

Specifies the Azure Large Instance unique ID.

HardwareProfile

Specifies the hardware settings for the Azure Large Instance.

HwRevision

Hardware revision of an Azure Large Instance.

Id

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

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

Name

The name of the resource.

(Inherited from ResourceData)
NetworkProfile

Specifies the network settings for the Azure Large Instance.

OSProfile

Specifies the operating system settings for the Azure Large Instance.

PartnerNodeId

ARM ID of another AzureLargeInstance that will share a network with this AzureLargeInstance

PowerState

Resource power state.

ProvisioningState

State of provisioning of the AzureLargeInstance.

ProximityPlacementGroup

Resource proximity placement group.

ResourceType

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

(Inherited from ResourceData)
StorageProfile

Specifies the storage settings for the Azure Large Instance disks.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<LargeInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LargeInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LargeInstanceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LargeInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LargeInstanceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to