IotHubDescription Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IotHubDescription() |
Initialise une nouvelle instance de la classe IotHubDescription. |
IotHubDescription(String, IotHubSkuInfo, String, String, String, IDictionary<String,String>, String, IotHubProperties, ArmIdentity, SystemData) |
Initialise une nouvelle instance de la classe IotHubDescription. |
IotHubDescription()
Initialise une nouvelle instance de la classe IotHubDescription.
public IotHubDescription ();
Public Sub New ()
S’applique à
IotHubDescription(String, IotHubSkuInfo, String, String, String, IDictionary<String,String>, String, IotHubProperties, ArmIdentity, SystemData)
Initialise une nouvelle instance de la 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)
Paramètres
- location
- String
Emplacement de la ressource.
- sku
- IotHubSkuInfo
Informations sur la référence SKU IotHub
- id
- String
Identificateur de ressource.
- name
- String
Nom de la ressource.
- type
- String
Type de ressource.
- tags
- IDictionary<String,String>
Étiquettes de la ressource.
- etag
- String
Le champ Etag n’est pas obligatoire. S’il est fourni dans le corps de la réponse, il doit également être fourni en tant qu’en-tête conformément à la convention ETag normale.
- properties
- IotHubProperties
Propriétés IotHub
- identity
- ArmIdentity
Identités managées pour IotHub.
- systemData
- SystemData
Métadonnées système relatives à cette ressource.
S’applique à
Azure SDK for .NET