Package version:

Edge device resource

interface DeploymentSetting {
    arcNodeResourceIds?: {};
    deploymentConfiguration?: DeploymentConfiguration;
    deploymentMode?: string;
    id?: string;
    name?: string;
    operationType?: string;
    provisioningState?: string;
    reportedProperties?: EceReportedProperties;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

arcNodeResourceIds?: {}

Azure resource ids of Arc machines to be part of cluster.

deploymentConfiguration?: DeploymentConfiguration

Scale units will contains list of deployment data

deploymentMode?: string

The deployment mode for cluster deployment.

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

operationType?: string

The intended operation for a cluster.

provisioningState?: string

DeploymentSetting provisioning state

reportedProperties?: EceReportedProperties

Deployment Status reported from cluster.

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"