GetDataManagerResult

data class GetDataManagerResult(val azureApiVersion: String, val etag: String? = null, val id: String, val location: String, val name: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

The DataManager resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, location: String, name: String, 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
val etag: String? = null

Etag of the Resource.

Link copied to clipboard
val id: String

The Resource Id.

Link copied to clipboard

The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed.

Link copied to clipboard

The Resource Name.

Link copied to clipboard
val sku: SkuResponse? = null

The sku type.

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

The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

Link copied to clipboard

The Resource type.