Extension interface
Details of a particular extension in HCI Cluster.
- Extends
Properties
| aggregate |
Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes. |
| extension |
Parameters specific to this extension type. |
| managed |
Indicates if the extension is managed by Azure or the user. This determines who controls the deployment and lifecycle of the extension. |
| per |
State of Arc Extension in each of the nodes. |
| provisioning |
Provisioning state of the Extension proxy resource. Indicates the current lifecycle status of the resource, such as whether it's being created, updated, deleted, or has encountered an error. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
aggregateState
Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes.
aggregateState?: string
Property Value
string
extensionParameters
Parameters specific to this extension type.
extensionParameters?: ExtensionParameters
Property Value
managedBy
Indicates if the extension is managed by Azure or the user. This determines who controls the deployment and lifecycle of the extension.
managedBy?: string
Property Value
string
perNodeExtensionDetails
State of Arc Extension in each of the nodes.
perNodeExtensionDetails?: PerNodeExtensionState[]
Property Value
provisioningState
Provisioning state of the Extension proxy resource. Indicates the current lifecycle status of the resource, such as whether it's being created, updated, deleted, or has encountered an error.
provisioningState?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type