GetDeploymentSettingResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard
val operationType: String? = null

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.

Link copied to clipboard

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