Compartilhar via


IotHubDescription Construtores

Definição

Sobrecargas

IotHubDescription()

Inicializa uma nova instância da classe IotHubDescription.

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

Inicializa uma nova instância da classe IotHubDescription.

IotHubDescription()

Inicializa uma nova instância da classe IotHubDescription.

public IotHubDescription ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe IotHubDescription.

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)

Parâmetros

location
String

O local do recurso.

sku
IotHubSkuInfo

Informações de SKU do IotHub

id
String

O identificador do recurso.

name
String

O nome do recurso.

type
String

O tipo de recurso.

tags
IDictionary<String,String>

As marcas do recurso.

etag
String

O campo Etag não é necessário. Se ele for fornecido no corpo da resposta, ele também deverá ser fornecido como um cabeçalho de acordo com a convenção ETag normal.

properties
IotHubProperties

Propriedades do IotHub

identity
ArmIdentity

As identidades gerenciadas para o IotHub.

systemData
SystemData

Os metadados do sistema relacionados a esse recurso.

Aplica-se a