Package version:

ArcSetting details.

interface ArcSetting {
    aggregateState?: string;
    arcApplicationClientId?: string;
    arcApplicationObjectId?: string;
    arcApplicationTenantId?: string;
    arcInstanceResourceGroup?: string;
    arcServicePrincipalObjectId?: string;
    connectivityProperties?: ArcConnectivityProperties;
    defaultExtensions?: {};
    id?: string;
    name?: string;
    perNodeDetails?: {};
    provisioningState?: string;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

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

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name?: string

The name of the resource

perNodeDetails?: {}

State of Arc agent in each of the nodes.

provisioningState?: string

Provisioning state of the ArcSetting proxy resource.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"