ArmIotHubModelFactory.IotHubDescriptionData Méthode
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.
Initialise une nouvelle instance d’IotHubDescriptionData.
public static Azure.ResourceManager.IotHub.IotHubDescriptionData IotHubDescriptionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ETag? etag = default, Azure.ResourceManager.IotHub.Models.IotHubProperties properties = default, Azure.ResourceManager.IotHub.Models.IotHubSkuInfo sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member IotHubDescriptionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * Azure.ResourceManager.IotHub.Models.IotHubProperties * Azure.ResourceManager.IotHub.Models.IotHubSkuInfo * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.IotHub.IotHubDescriptionData
Public Shared Function IotHubDescriptionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional properties As IotHubProperties = Nothing, Optional sku As IotHubSkuInfo = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As IotHubDescriptionData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
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.
- sku
- IotHubSkuInfo
Informations sur la référence SKU IotHub.
- identity
- ManagedServiceIdentity
Identités managées pour IotHub.
Retours
Une nouvelle IotHubDescriptionData instance de moqueries.