Get Deployment Setting Result
data class GetDeploymentSettingResult(val arcNodeResourceIds: List<String>, val azureApiVersion: String, val deploymentConfiguration: DeploymentConfigurationResponse, val deploymentMode: String, val id: String, val name: String, val operationType: String? = null, val provisioningState: String, val reportedProperties: EceReportedPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Edge device resource
Constructors
Link copied to clipboard
constructor(arcNodeResourceIds: List<String>, azureApiVersion: String, deploymentConfiguration: DeploymentConfigurationResponse, deploymentMode: String, id: String, name: String, operationType: String? = null, provisioningState: String, reportedProperties: EceReportedPropertiesResponse, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Azure resource ids of Arc machines to be part of cluster.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Scale units will contains list of deployment data
Link copied to clipboard
The deployment mode for cluster deployment.
Link copied to clipboard
The intended operation for a cluster.
Link copied to clipboard
DeploymentSetting provisioning state
Link copied to clipboard
Deployment Status reported from cluster.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.