DeploymentStatusResponse

data class DeploymentStatusResponse(val status: String, val steps: List<StepResponse>)

The DeploymentStatus of AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(status: String, steps: List<StepResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Status of AzureStackHCI Cluster Deployment.

Link copied to clipboard

List of steps of AzureStackHCI Cluster Deployment.