Service Unit Response
data class ServiceUnitResponse(val artifacts: ServiceUnitArtifactsResponse? = null, val deploymentMode: String, val name: String? = null, val steps: List<RolloutStepResponse>? = null, val targetResourceGroup: String)
Defines a service unit.
Constructors
Link copied to clipboard
constructor(artifacts: ServiceUnitArtifactsResponse? = null, deploymentMode: String, name: String? = null, steps: List<RolloutStepResponse>? = null, targetResourceGroup: String)
Properties
Link copied to clipboard
The artifacts for the service unit.
Link copied to clipboard
Describes the type of ARM deployment to be performed on the resource.
Link copied to clipboard
Detailed step information, if present.
Link copied to clipboard
The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.