GetServiceResult

data class GetServiceResult(val id: String, val location: String? = null, val name: String, val properties: ClusterResourcePropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Service resource

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: ClusterResourcePropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource.

Link copied to clipboard
val location: String? = null

The GEO location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Properties of the Service resource

Link copied to clipboard
val sku: SkuResponse? = null

Sku of the Service resource

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Tags of the service which is a list of key value pairs that describe the resource.

Link copied to clipboard

The type of the resource.