Get Vault Result
data class GetVaultResult(val etag: String? = null, val id: String, val identity: IdentityDataResponse? = null, val location: String, val name: String, val properties: VaultPropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Resource information, as returned by the resource provider.
Constructors
Link copied to clipboard
constructor(etag: String? = null, id: String, identity: IdentityDataResponse? = null, location: String, name: String, properties: VaultPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)