次の方法で共有


IotHubDescription コンストラクター

定義

オーバーロード

IotHubDescription()

IotHubDescription クラスの新しいインスタンスを初期化します。

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

IotHubDescription クラスの新しいインスタンスを初期化します。

IotHubDescription()

IotHubDescription クラスの新しいインスタンスを初期化します。

public IotHubDescription ();
Public Sub New ()

適用対象

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

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)

パラメーター

location
String

リソースの場所。

sku
IotHubSkuInfo

IotHub SKU 情報

id
String

リソース識別子。

name
String

リソースの名前。

type
String

リソースの種類。

tags
IDictionary<String,String>

リソース タグ。

etag
String

Etag フィールドは必須 ではありません 。 応答本文で指定する場合は、通常の ETag 規則に従ってヘッダーとしても指定する必要があります。

properties
IotHubProperties

IotHub プロパティ

identity
ArmIdentity

IotHub のマネージド ID。

systemData
SystemData

このリソースに関連するシステム メタデータ。

適用対象