AppPatch コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET