ArcSettingProperties interface
ArcSetting properties.
Properties
| aggregate |
Aggregate state of Arc agent across the nodes in this HCI cluster. |
| arc |
App id of arc AAD identity. |
| arc |
Object id of arc AAD identity. |
| arc |
Tenant id of arc AAD identity. |
| arc |
The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources. |
| arc |
Object id of arc AAD service principal. |
| connectivity |
contains connectivity related configuration for ARC resources |
| default |
Properties for each of the default extensions category |
| per |
State of Arc agent in each of the nodes. |
| provisioning |
Provisioning state of the ArcSetting proxy resource. |
Property Details
aggregateState
Aggregate state of Arc agent across the nodes in this HCI cluster.
aggregateState?: string
Property Value
string
arcApplicationClientId
App id of arc AAD identity.
arcApplicationClientId?: string
Property Value
string
arcApplicationObjectId
Object id of arc AAD identity.
arcApplicationObjectId?: string
Property Value
string
arcApplicationTenantId
Tenant id of arc AAD identity.
arcApplicationTenantId?: string
Property Value
string
arcInstanceResourceGroup
The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.
arcInstanceResourceGroup?: string
Property Value
string
arcServicePrincipalObjectId
Object id of arc AAD service principal.
arcServicePrincipalObjectId?: string
Property Value
string
connectivityProperties
contains connectivity related configuration for ARC resources
connectivityProperties?: ArcConnectivityProperties
Property Value
defaultExtensions
Properties for each of the default extensions category
defaultExtensions?: DefaultExtensionDetails[]
Property Value
perNodeDetails
State of Arc agent in each of the nodes.
perNodeDetails?: PerNodeState[]
Property Value
provisioningState
Provisioning state of the ArcSetting proxy resource.
provisioningState?: string
Property Value
string