IotHubDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET