Get Resource Result
data class GetResourceResult(val azureApiVersion: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val identity: IdentityResponse? = null, val kind: String? = null, val location: String? = null, val managedBy: String? = null, val name: String, val plan: PlanResponse? = null, val properties: Any, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
Resource information.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, extendedLocation: ExtendedLocationResponse? = null, id: String, identity: IdentityResponse? = null, kind: String? = null, location: String? = null, managedBy: String? = null, name: String, plan: PlanResponse? = null, properties: Any, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Resource extended location.
Link copied to clipboard
The identity of the resource.
Link copied to clipboard
The plan of the resource.
Link copied to clipboard
The resource properties.
Link copied to clipboard
The SKU of the resource.