ClusterResource コンストラクター

定義

オーバーロード

ClusterResource()

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

ClusterResource(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity, ClusterResourceProperties)

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

ClusterResource()

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

public ClusterResource ();
Public Sub New ()

適用対象

ClusterResource(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity, ClusterResourceProperties)

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

public ClusterResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity identity = default, Microsoft.Azure.Management.CosmosDB.Models.ClusterResourceProperties properties = default);
new Microsoft.Azure.Management.CosmosDB.Models.ClusterResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity * Microsoft.Azure.Management.CosmosDB.Models.ClusterResourceProperties -> Microsoft.Azure.Management.CosmosDB.Models.ClusterResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedCassandraManagedServiceIdentity = Nothing, Optional properties As ClusterResourceProperties = Nothing)

パラメーター

id
String

ARM リソースの一意のリソース識別子。

name
String

ARM リソースの名前。

type
String

Azure リソースの種類。

location
String

リソースが属しているリソース グループの場所。

properties
ClusterResourceProperties

マネージド Cassandra クラスターのプロパティ。

適用対象