LinkedSubscription interface
Linked Subscription information.
- Extends
Properties
device |
The status of the remote management connection of the Azure Stack device. NOTE: This property will not be serialized. It can only be populated by the server. |
device |
The identifier of the Azure Stack device for remote management. NOTE: This property will not be serialized. It can only be populated by the server. |
device |
The connection state of the Azure Stack device. NOTE: This property will not be serialized. It can only be populated by the server. |
device |
The object identifier associated with the Azure Stack device connecting to Azure. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last remote management connection time for the Azure Stack device connected to the linked subscription resource. NOTE: This property will not be serialized. It can only be populated by the server. |
linked |
The identifier associated with the device subscription. |
registration |
The identifier associated with the device registration. |
Inherited Properties
etag | The entity tag used for optimistic concurrency when modifying the resource. |
id | ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | The kind of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the resource. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Custom tags for the resource. |
type | Type of Resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deviceConnectionStatus
The status of the remote management connection of the Azure Stack device. NOTE: This property will not be serialized. It can only be populated by the server.
deviceConnectionStatus?: string
Property Value
string
deviceId
The identifier of the Azure Stack device for remote management. NOTE: This property will not be serialized. It can only be populated by the server.
deviceId?: string
Property Value
string
deviceLinkState
The connection state of the Azure Stack device. NOTE: This property will not be serialized. It can only be populated by the server.
deviceLinkState?: string
Property Value
string
deviceObjectId
The object identifier associated with the Azure Stack device connecting to Azure. NOTE: This property will not be serialized. It can only be populated by the server.
deviceObjectId?: string
Property Value
string
lastConnectedTime
The last remote management connection time for the Azure Stack device connected to the linked subscription resource. NOTE: This property will not be serialized. It can only be populated by the server.
lastConnectedTime?: string
Property Value
string
linkedSubscriptionId
The identifier associated with the device subscription.
linkedSubscriptionId?: string
Property Value
string
registrationResourceId
The identifier associated with the device registration.
registrationResourceId?: string
Property Value
string
Inherited Property Details
etag
The entity tag used for optimistic concurrency when modifying the resource.
etag?: string
Property Value
string
Inherited From TrackedResource.etag
id
ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
kind
The kind of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
kind?: string
Property Value
string
Inherited From TrackedResource.kind
location
Location of the resource.
location: string
Property Value
string
Inherited From TrackedResource.location
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Custom tags for the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Type of Resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript