Get Deployment Setting Result
data class GetDeploymentSettingResult(val arcNodeResourceIds: List<String>, val deploymentConfiguration: DeploymentConfigurationResponse, val deploymentMode: String, val id: String, val name: String, val provisioningState: String, val reportedProperties: ReportedPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Edge device resource
Constructors
Link copied to clipboard
fun GetDeploymentSettingResult(arcNodeResourceIds: List<String>, deploymentConfiguration: DeploymentConfigurationResponse, deploymentMode: String, id: String, name: String, provisioningState: String, reportedProperties: ReportedPropertiesResponse, systemData: SystemDataResponse, type: String)