IotHubDescription Class

Definition

The description of the IoT hub.

public class IotHubDescription : Microsoft.Azure.Management.IotHub.Models.Resource
type IotHubDescription = class
    inherit Resource
Public Class IotHubDescription
Inherits Resource
Inheritance
IotHubDescription

Constructors

IotHubDescription()

Initializes a new instance of the IotHubDescription class.

IotHubDescription(String, IotHubSkuInfo, String, String, String, IDictionary<String,String>, String, IotHubProperties, ArmIdentity, SystemData)

Initializes a new instance of the IotHubDescription class.

Properties

Etag

Gets or sets 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.

Id

Gets the resource identifier.

(Inherited from Resource)
Identity

Gets or sets the managed identities for the IotHub.

Location

Gets or sets the resource location.

(Inherited from Resource)
Name

Gets the resource name.

(Inherited from Resource)
Properties

Gets or sets iotHub properties

Sku

Gets or sets iotHub SKU info

SystemData

Gets the system meta data relating to this resource.

Tags

Gets or sets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to