Package version:

Interface DeploymentSettingsProperties

DeploymentSetting properties

interface DeploymentSettingsProperties {
    arcNodeResourceIds: {};
    deploymentConfiguration: DeploymentConfiguration;
    deploymentMode: string;
    operationType?: string;
    provisioningState?: string;
    reportedProperties?: EceReportedProperties;
}

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.

operationType?: string

The intended operation for a cluster.

provisioningState?: string

DeploymentSetting provisioning state

reportedProperties?: EceReportedProperties

Deployment Status reported from cluster.