Get Resource Result
data class GetResourceResult(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(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)