AzureLargeInstanceProperties interface
Describes the properties of an Azure Large Instance.
Properties
azure |
Specifies the Azure Large Instance unique ID. NOTE: This property will not be serialized. It can only be populated by the server. |
hardware |
Specifies the hardware settings for the Azure Large Instance. |
hw |
Hardware revision of an Azure Large Instance NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Specifies the network settings for the Azure Large Instance. |
os |
Specifies the operating system settings for the Azure Large Instance. |
partner |
ARM ID of another AzureLargeInstance that will share a network with this AzureLargeInstance |
power |
Resource power state NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
State of provisioning of the AzureLargeInstance NOTE: This property will not be serialized. It can only be populated by the server. |
proximity |
Resource proximity placement group NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
Specifies the storage settings for the Azure Large Instance disks. |
Property Details
azureLargeInstanceId
Specifies the Azure Large Instance unique ID. NOTE: This property will not be serialized. It can only be populated by the server.
azureLargeInstanceId?: string
Property Value
string
hardwareProfile
Specifies the hardware settings for the Azure Large Instance.
hardwareProfile?: HardwareProfile
Property Value
hwRevision
Hardware revision of an Azure Large Instance NOTE: This property will not be serialized. It can only be populated by the server.
hwRevision?: string
Property Value
string
networkProfile
Specifies the network settings for the Azure Large Instance.
networkProfile?: NetworkProfile
Property Value
osProfile
Specifies the operating system settings for the Azure Large Instance.
osProfile?: OsProfile
Property Value
partnerNodeId
ARM ID of another AzureLargeInstance that will share a network with this AzureLargeInstance
partnerNodeId?: string
Property Value
string
powerState
Resource power state NOTE: This property will not be serialized. It can only be populated by the server.
powerState?: string
Property Value
string
provisioningState
State of provisioning of the AzureLargeInstance NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
proximityPlacementGroup
Resource proximity placement group NOTE: This property will not be serialized. It can only be populated by the server.
proximityPlacementGroup?: string
Property Value
string
storageProfile
Specifies the storage settings for the Azure Large Instance disks.
storageProfile?: StorageProfile
Property Value
Azure SDK for JavaScript