AzureBareMetalInstance interface
AzureBareMetal instance info on Azure (ARM properties and AzureBareMetal properties)
- Extends
Properties
azure |
Specifies the Azure Bare Metal 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 Bare Metal Instance. |
hw |
Hardware revision of an Azure Bare Metal Instance NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Specifies the network settings for the Azure Bare Metal Instance. |
os |
Specifies the operating system settings for the Azure Bare Metal Instance. |
partner |
ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance |
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 AzureBareMetalInstance 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 Bare Metal Instance disks. |
Inherited Properties
id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
azureBareMetalInstanceId
Specifies the Azure Bare Metal Instance unique ID. NOTE: This property will not be serialized. It can only be populated by the server.
azureBareMetalInstanceId?: string
Property Value
string
hardwareProfile
Specifies the hardware settings for the Azure Bare Metal Instance.
hardwareProfile?: HardwareProfile
Property Value
hwRevision
Hardware revision of an Azure Bare Metal 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 Bare Metal Instance.
networkProfile?: NetworkProfile
Property Value
osProfile
Specifies the operating system settings for the Azure Bare Metal Instance.
osProfile?: OSProfile
Property Value
partnerNodeId
ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance
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 AzureBareMetalInstance 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 Bare Metal Instance disks.
storageProfile?: StorageProfile
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript