IotHubDescription interface

The description of the IoT hub.

Extends

Properties

etag

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

properties

IotHub properties

sku

IotHub SKU info

Inherited Properties

id

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

location

The resource location.

name

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

tags

The resource tags.

type

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

etag

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

etag?: string

Property Value

string

properties

IotHub properties

properties?: IotHubProperties

Property Value

sku

IotHub SKU info

sku: IotHubSkuInfo

Property Value

Inherited Property Details

id

The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

location

The resource location.

location: string

Property Value

string

Inherited From Resource.location

name

The resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

tags

The resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Resource.tags

type

The resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type