GetResourceResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Resource extended location.

Link copied to clipboard
val id: String

Resource ID

Link copied to clipboard

The identity of the resource.

Link copied to clipboard
val kind: String? = null

The kind of the resource.

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard
val managedBy: String? = null

ID of the resource that manages this resource.

Link copied to clipboard

Resource name

Link copied to clipboard
val plan: PlanResponse? = null

The plan of the resource.

Link copied to clipboard

The resource properties.

Link copied to clipboard
val sku: SkuResponse? = null

The SKU of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type