CassandraKeyspaceCreateUpdateParameters コンストラクター

定義

オーバーロード

CassandraKeyspaceCreateUpdateParameters()

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

CassandraKeyspaceCreateUpdateParameters(CassandraKeyspaceResource, String, String, String, String, IDictionary<String,String>, CreateUpdateOptions)

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

CassandraKeyspaceCreateUpdateParameters()

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

public CassandraKeyspaceCreateUpdateParameters ();
Public Sub New ()

適用対象

CassandraKeyspaceCreateUpdateParameters(CassandraKeyspaceResource, String, String, String, String, IDictionary<String,String>, CreateUpdateOptions)

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

public CassandraKeyspaceCreateUpdateParameters (Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceResource resource, 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.CreateUpdateOptions options = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceCreateUpdateParameters : Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceResource * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceCreateUpdateParameters
Public Sub New (resource As CassandraKeyspaceResource, 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 options As CreateUpdateOptions = Nothing)

パラメーター

resource
CassandraKeyspaceResource

Cassandra キースペースの標準 JSON 形式

id
String

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

name
String

ARM リソースの名前。

type
String

Azure リソースの種類。

location
String

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

options
CreateUpdateOptions

要求に適用するオプションのキーと値のペア。 これは、要求と共に送信されるヘッダーに対応します。

適用対象