Package version:

ArcSetting properties.

interface ArcSettingProperties {
    aggregateState?: string;
    arcApplicationClientId?: string;
    arcApplicationObjectId?: string;
    arcApplicationTenantId?: string;
    arcInstanceResourceGroup?: string;
    arcServicePrincipalObjectId?: string;
    connectivityProperties?: ArcConnectivityProperties;
    defaultExtensions?: {};
    perNodeDetails?: {};
    provisioningState?: string;
}

Properties

aggregateState?: string

Aggregate state of Arc agent across the nodes in this HCI cluster.

arcApplicationClientId?: string

App id of arc AAD identity.

arcApplicationObjectId?: string

Object id of arc AAD identity.

arcApplicationTenantId?: string

Tenant id of arc AAD identity.

arcInstanceResourceGroup?: string

The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.

arcServicePrincipalObjectId?: string

Object id of arc AAD service principal.

connectivityProperties?: ArcConnectivityProperties

contains connectivity related configuration for ARC resources

defaultExtensions?: {}

Properties for each of the default extensions category

perNodeDetails?: {}

State of Arc agent in each of the nodes.

provisioningState?: string

Provisioning state of the ArcSetting proxy resource.