IotHubDescription Constructors

Definition

Overloads

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.

IotHubDescription()

Initializes a new instance of the IotHubDescription class.

public IotHubDescription ();
Public Sub New ()

Applies to

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

Initializes a new instance of the IotHubDescription class.

public IotHubDescription (string location, Microsoft.Azure.Management.IotHub.Models.IotHubSkuInfo sku, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, Microsoft.Azure.Management.IotHub.Models.IotHubProperties properties = default, Microsoft.Azure.Management.IotHub.Models.ArmIdentity identity = default, Microsoft.Azure.Management.IotHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.IotHub.Models.IotHubDescription : string * Microsoft.Azure.Management.IotHub.Models.IotHubSkuInfo * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.IotHub.Models.IotHubProperties * Microsoft.Azure.Management.IotHub.Models.ArmIdentity * Microsoft.Azure.Management.IotHub.Models.SystemData -> Microsoft.Azure.Management.IotHub.Models.IotHubDescription
Public Sub New (location As String, sku As IotHubSkuInfo, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional properties As IotHubProperties = Nothing, Optional identity As ArmIdentity = Nothing, Optional systemData As SystemData = Nothing)

Parameters

location
String

The resource location.

sku
IotHubSkuInfo

IotHub SKU info

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

tags
IDictionary<String,String>

The resource tags.

etag
String

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
IotHubProperties

IotHub properties

identity
ArmIdentity

The managed identities for the IotHub.

systemData
SystemData

The system meta data relating to this resource.

Applies to