GetLinkedSubscriptionResult

data class GetLinkedSubscriptionResult(val deviceConnectionStatus: String, val deviceId: String, val deviceLinkState: String, val deviceObjectId: String, val etag: String? = null, val id: String, val kind: String, val lastConnectedTime: String, val linkedSubscriptionId: String? = null, val location: String, val name: String, val registrationResourceId: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Linked Subscription information.

Constructors

Link copied to clipboard
constructor(deviceConnectionStatus: String, deviceId: String, deviceLinkState: String, deviceObjectId: String, etag: String? = null, id: String, kind: String, lastConnectedTime: String, linkedSubscriptionId: String? = null, location: String, name: String, registrationResourceId: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the remote management connection of the Azure Stack device.

Link copied to clipboard

The identifier of the Azure Stack device for remote management.

Link copied to clipboard

The connection state of the Azure Stack device.

Link copied to clipboard

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

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

The kind of the resource.

Link copied to clipboard

The last remote management connection time for the Azure Stack device connected to the linked subscription resource.

Link copied to clipboard

The identifier associated with the device subscription.

Link copied to clipboard

Location of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The identifier associated with the device registration.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Custom tags for the resource.

Link copied to clipboard

Type of Resource.