次の方法で共有


ClusterPatch コンストラクター

定義

オーバーロード

ClusterPatch()

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

ClusterPatch(KeyVaultProperties, String, Identity, ClusterSku, IDictionary<String,String>)

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

ClusterPatch()

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

public ClusterPatch ();
Public Sub New ()

適用対象

ClusterPatch(KeyVaultProperties, String, Identity, ClusterSku, IDictionary<String,String>)

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

public ClusterPatch (Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties keyVaultProperties = default, string billingType = default, Microsoft.Azure.Management.OperationalInsights.Models.Identity identity = default, Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.OperationalInsights.Models.ClusterPatch : Microsoft.Azure.Management.OperationalInsights.Models.KeyVaultProperties * string * Microsoft.Azure.Management.OperationalInsights.Models.Identity * Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.OperationalInsights.Models.ClusterPatch
Public Sub New (Optional keyVaultProperties As KeyVaultProperties = Nothing, Optional billingType As String = Nothing, Optional identity As Identity = Nothing, Optional sku As ClusterSku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

keyVaultProperties
KeyVaultProperties

関連付けられたキー プロパティ。

billingType
String

クラスターの課金の種類。 使用可能な値は、'Cluster'、'Workspaces' です。

identity
Identity

リソースの ID。

sku
ClusterSku

sku プロパティ。

tags
IDictionary<String,String>

リソース タグ。

適用対象