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?: stringProperty Value
string
		hardwareProfile
	 
	Specifies the hardware settings for the Azure Large Instance.
hardwareProfile?: HardwareProfileProperty 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?: stringProperty Value
string
		networkProfile
	 
	Specifies the network settings for the Azure Large Instance.
networkProfile?: NetworkProfileProperty Value
		osProfile
	 
	Specifies the operating system settings for the Azure Large Instance.
osProfile?: OsProfileProperty Value
		partnerNodeId
	  
	ARM ID of another AzureLargeInstance that will share a network with this AzureLargeInstance
partnerNodeId?: stringProperty Value
string
		powerState
	 
	Resource power state NOTE: This property will not be serialized. It can only be populated by the server.
powerState?: stringProperty 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?: stringProperty Value
string
		proximityPlacementGroup
	  
	Resource proximity placement group NOTE: This property will not be serialized. It can only be populated by the server.
proximityPlacementGroup?: stringProperty Value
string
		storageProfile
	 
	Specifies the storage settings for the Azure Large Instance disks.
storageProfile?: StorageProfile