MachineUpdate interface

Describes a hybrid machine Update.

Extends

Properties

agentUpgrade

The info of the machine w.r.t Agent Upgrade

cloudMetadata

The metadata of the cloud environment (Azure/GCP/AWS/OCI...).

identity

Identity for the resource.

kind

Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.

locationData

Metadata pertaining to the geographic location of the resource.

osProfile

Specifies the operating system settings for the hybrid machine.

parentClusterResourceId

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

privateLinkScopeResourceId

The resource id of the private link scope this machine is assigned to, if any.

Inherited Properties

tags

Resource tags

Property Details

agentUpgrade

The info of the machine w.r.t Agent Upgrade

agentUpgrade?: AgentUpgrade

Property Value

cloudMetadata

The metadata of the cloud environment (Azure/GCP/AWS/OCI...).

cloudMetadata?: CloudMetadata

Property Value

identity

Identity for the resource.

identity?: Identity

Property Value

kind

Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.

kind?: string

Property Value

string

locationData

Metadata pertaining to the geographic location of the resource.

locationData?: LocationData

Property Value

osProfile

Specifies the operating system settings for the hybrid machine.

osProfile?: OSProfile

Property Value

parentClusterResourceId

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

parentClusterResourceId?: string

Property Value

string

privateLinkScopeResourceId

The resource id of the private link scope this machine is assigned to, if any.

privateLinkScopeResourceId?: string

Property Value

string

Inherited Property Details

tags

Resource tags

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From ResourceUpdate.tags