GetRolloutResult

data class GetRolloutResult(val artifactSourceId: String? = null, val buildVersion: String, val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val operationInfo: RolloutOperationInfoResponse, val services: List<ServiceResponse>, val status: String, val stepGroups: List<StepGroupResponse>, val tags: Map<String, String>? = null, val targetServiceTopologyId: String, val totalRetryAttempts: Int, val type: String)

Defines the rollout.

Constructors

Link copied to clipboard
constructor(artifactSourceId: String? = null, buildVersion: String, id: String, identity: IdentityResponse? = null, location: String, name: String, operationInfo: RolloutOperationInfoResponse, services: List<ServiceResponse>, status: String, stepGroups: List<StepGroupResponse>, tags: Map<String, String>? = null, targetServiceTopologyId: String, totalRetryAttempts: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reference to the artifact source resource Id where the payload is located.

Link copied to clipboard

The version of the build being deployed.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Identity for the resource.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Operational information of the rollout.

Link copied to clipboard

The detailed information on the services being deployed.

Link copied to clipboard

The current status of the rollout.

Link copied to clipboard

The list of step groups that define the orchestration.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The resource Id of the service topology from which service units are being referenced in step groups to be deployed.

Link copied to clipboard

The cardinal count of total number of retries performed on the rollout at a given time.

Link copied to clipboard

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