Get Environment Result
data class GetEnvironmentResult(val armTemplateDisplayName: String? = null, val createdByUser: String, val deploymentProperties: EnvironmentDeploymentPropertiesResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGroupId: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)
An environment, which is essentially an ARM template deployment.
Constructors
Link copied to clipboard
fun GetEnvironmentResult(armTemplateDisplayName: String? = null, createdByUser: String, deploymentProperties: EnvironmentDeploymentPropertiesResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, resourceGroupId: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)