次の方法で共有


AppPatch コンストラクター

定義

オーバーロード

AppPatch()

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

AppPatch(IDictionary<String,String>, AppSkuInfo, String, String, String, String, String, SystemAssignedServiceIdentity)

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

AppPatch()

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

public AppPatch ();
Public Sub New ()

適用対象

AppPatch(IDictionary<String,String>, AppSkuInfo, String, String, String, String, String, SystemAssignedServiceIdentity)

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

public AppPatch (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo sku = default, string applicationId = default, string displayName = default, string subdomain = default, string template = default, string state = default, Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity identity = default);
new Microsoft.Azure.Management.IotCentral.Models.AppPatch : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.IotCentral.Models.AppSkuInfo * string * string * string * string * string * Microsoft.Azure.Management.IotCentral.Models.SystemAssignedServiceIdentity -> Microsoft.Azure.Management.IotCentral.Models.AppPatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As AppSkuInfo = Nothing, Optional applicationId As String = Nothing, Optional displayName As String = Nothing, Optional subdomain As String = Nothing, Optional template As String = Nothing, Optional state As String = Nothing, Optional identity As SystemAssignedServiceIdentity = Nothing)

パラメーター

tags
IDictionary<String,String>

インスタンス タグ

sku
AppSkuInfo

有効なインスタンス SKU。

applicationId
String

アプリケーションの ID。

displayName
String

アプリケーションの表示名。

subdomain
String

アプリケーションのサブドメイン。

template
String

アプリケーション テンプレートの ID。これは、アプリケーションの特性と動作を定義するブループリントです。 オプション;指定しない場合、既定では空白のブループリントが使用され、アプリケーションを最初から定義できます。

state
String

アプリケーションの現在の状態。 使用可能な値は、'created'、'suspended' です。

identity
SystemAssignedServiceIdentity

IoT Central アプリケーションのマネージド ID。

適用対象