Get Linked Subscription Result
data class GetLinkedSubscriptionResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The status of the remote management connection of the Azure Stack device.
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
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
The identifier associated with the device registration.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.