ArcSetting interface
ArcSetting details.
- Extends
Properties
aggregate |
Aggregate state of Arc agent across the nodes in this HCI cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
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 |
created |
The timestamp of resource creation (UTC). |
created |
The identity that created the resource. |
created |
The type of identity that created the resource. |
last |
The timestamp of resource last modification (UTC) |
last |
The identity that last modified the resource. |
last |
The type of identity that last modified the resource. |
per |
State of Arc agent in each of the nodes. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the ArcSetting proxy resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
aggregateState
Aggregate state of Arc agent across the nodes in this HCI cluster. NOTE: This property will not be serialized. It can only be populated by the server.
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?: Record<string, unknown>
Property Value
Record<string, unknown>
createdAt
The timestamp of resource creation (UTC).
createdAt?: Date
Property Value
Date
createdBy
The identity that created the resource.
createdBy?: string
Property Value
string
createdByType
The type of identity that created the resource.
createdByType?: string
Property Value
string
lastModifiedAt
The timestamp of resource last modification (UTC)
lastModifiedAt?: Date
Property Value
Date
lastModifiedBy
The identity that last modified the resource.
lastModifiedBy?: string
Property Value
string
lastModifiedByType
The type of identity that last modified the resource.
lastModifiedByType?: string
Property Value
string
perNodeDetails
State of Arc agent in each of the nodes. NOTE: This property will not be serialized. It can only be populated by the server.
perNodeDetails?: PerNodeState[]
Property Value
provisioningState
Provisioning state of the ArcSetting proxy resource. NOTE: This property will not be serialized. It can only be populated by the server.
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} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type