GetRegistrationResult

data class GetRegistrationResult(val billingModel: String? = null, val cloudId: String? = null, val etag: String? = null, val id: String, val location: String, val name: String, val objectId: String? = null, val tags: Map<String, String>? = null, val type: String)

Registration information.

Constructors

Link copied to clipboard
constructor(billingModel: String? = null, cloudId: String? = null, etag: String? = null, id: String, location: String, name: String, objectId: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val billingModel: String? = null

Specifies the billing mode for the Azure Stack registration.

Link copied to clipboard
val cloudId: String? = null

The identifier of the registered Azure Stack.

Link copied to clipboard
val etag: String? = null

The entity tag used for optimistic concurrency when modifying the resource.

Link copied to clipboard
val id: String

ID of the resource.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard
val objectId: String? = null

The object identifier associated with the Azure Stack connecting to Azure.

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

Custom tags for the resource.

Link copied to clipboard

Type of Resource.