IAzureBareMetalInstance Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BareMetal.Models.Api20210809.AzureBareMetalInstanceTypeConverter))]
public interface IAzureBareMetalInstance : Microsoft.Azure.PowerShell.Cmdlets.BareMetal.Models.Api10.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BareMetal.Models.Api20210809.AzureBareMetalInstanceTypeConverter))>]
type IAzureBareMetalInstance = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IAzureBareMetalInstance
Implements ITrackedResource
Derived
Attributes
Implements

Properties

AzureBareMetalInstanceId

Specifies the AzureBareMetal instance unique ID.

HardwareProfileAzureBareMetalInstanceSize

Specifies the AzureBareMetal instance SKU.

HardwareProfileHardwareType

Name of the hardware type (vendor and/or their product name)

HwRevision

Hardware revision of an AzureBareMetal instance

Id

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

(Inherited from IResource)
Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
Name

The name of the resource

(Inherited from IResource)
NetworkProfileCircuitId

Specifies the circuit id for connecting to express route.

NetworkProfileNetworkInterface

Specifies the network interfaces for the AzureBareMetal instance.

OSProfileComputerName

Specifies the host OS name of the AzureBareMetal instance.

OSProfileOstype

This property allows you to specify the type of the OS.

OSProfileSshPublicKey

Specifies the SSH public key used to access the operating system.

OSProfileVersion

Specifies version of operating system.

PartnerNodeId

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

PowerState

Resource power state

ProvisioningState

State of provisioning of the AzureBareMetalInstance

ProximityPlacementGroup

Resource proximity placement group

StorageProfileNfsIPAddress

IP Address to connect to storage.

StorageProfileOSDisk

Specifies information about the operating system disk used by baremetal instance.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

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

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to