Compartir a través de


IotHubDescription Constructores

Definición

Sobrecargas

IotHubDescription()

Inicializa una nueva instancia de la clase IotHubDescription.

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

Inicializa una nueva instancia de la clase IotHubDescription.

IotHubDescription()

Inicializa una nueva instancia de la clase IotHubDescription.

public IotHubDescription ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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

Ubicación del recurso.

sku
IotHubSkuInfo

Información de SKU de IotHub

id
String

Identificador del recurso.

name
String

Nombre del recurso.

type
String

El tipo de recurso.

tags
IDictionary<String,String>

Etiquetas del recurso.

etag
String

El campo Etag no es obligatorio. Si se proporciona en el cuerpo de la respuesta, también se debe proporcionar como un encabezado según la convención ETag normal.

properties
IotHubProperties

Propiedades de IotHub

identity
ArmIdentity

Identidades administradas para IotHub.

systemData
SystemData

Metadatos del sistema relacionados con este recurso.

Se aplica a