你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

资源的标识。

sku
ClusterSku

SKU 属性。

tags
IDictionary<String,String>

资源标记。

适用于