GetDeploymentResult

data class GetDeploymentResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: DeploymentPropertiesExtendedResponse, val tags: Map<String, String>? = null, val type: String)

Deployment information.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, properties: DeploymentPropertiesExtendedResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The ID of the deployment.

Link copied to clipboard
val location: String? = null

the location of the deployment.

Link copied to clipboard

The name of the deployment.

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

Deployment tags

Link copied to clipboard

The type of the deployment.