DeploymentmanagerFunctions

Functions

Link copied to clipboard

The resource that defines the source location where the artifacts are located. API Version: 2019-11-01-preview.

suspend fun getArtifactSource(artifactSourceName: String, resourceGroupName: String): GetArtifactSourceResult
Link copied to clipboard

Defines the PUT rollout request body. API Version: 2019-11-01-preview.

suspend fun getRollout(argument: suspend GetRolloutPlainArgsBuilder.() -> Unit): GetRolloutResult
suspend fun getRollout(resourceGroupName: String, retryAttempt: Int? = null, rolloutName: String): GetRolloutResult
Link copied to clipboard

The resource representation of a service in a service topology. API Version: 2019-11-01-preview.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(resourceGroupName: String, serviceName: String, serviceTopologyName: String): GetServiceResult
Link copied to clipboard

The resource representation of a service topology. API Version: 2019-11-01-preview.

suspend fun getServiceTopology(resourceGroupName: String, serviceTopologyName: String): GetServiceTopologyResult
Link copied to clipboard

Represents the response of a service unit resource. API Version: 2019-11-01-preview.

suspend fun getServiceUnit(resourceGroupName: String, serviceName: String, serviceTopologyName: String, serviceUnitName: String): GetServiceUnitResult
Link copied to clipboard
suspend fun getStep(argument: GetStepPlainArgs): GetStepResult

The resource representation of a rollout step. API Version: 2019-11-01-preview.

suspend fun getStep(argument: suspend GetStepPlainArgsBuilder.() -> Unit): GetStepResult
suspend fun getStep(resourceGroupName: String, stepName: String): GetStepResult