MachineUpdate interface
Describes a hybrid machine Update.
- Extends
Properties
agent |
The info of the machine w.r.t Agent Upgrade |
cloud |
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. |
location |
Metadata pertaining to the geographic location of the resource. |
os |
Specifies the operating system settings for the hybrid machine. |
parent |
The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. |
private |
The resource id of the private link scope this machine is assigned to, if any. |
Inherited Properties
tags | Resource tags |
Property Details
agentUpgrade
cloudMetadata
The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
cloudMetadata?: CloudMetadata
Property Value
identity
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