Get Variable Result
data class GetVariableResult(val azureApiVersion: String, val creationTime: String? = null, val description: String? = null, val id: String, val isEncrypted: Boolean? = null, val lastModifiedTime: String? = null, val name: String, val type: String, val value: String? = null)
Definition of the variable.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the encrypted flag of the variable.
Link copied to clipboard
Gets or sets the last modified time.