CassandraKeyspaceGetResults コンストラクター

定義

オーバーロード

CassandraKeyspaceGetResults()

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

CassandraKeyspaceGetResults(String, String, String, String, IDictionary<String, String>, CassandraKeyspaceGetPropertiesResource, CassandraKeyspaceGetPropertiesOptions)

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

CassandraKeyspaceGetResults()

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

public CassandraKeyspaceGetResults ();
Public Sub New ()

適用対象

CassandraKeyspaceGetResults(String, String, String, String, IDictionary<String, String>, CassandraKeyspaceGetPropertiesResource, CassandraKeyspaceGetPropertiesOptions)

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

public CassandraKeyspaceGetResults (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.CassandraKeyspaceGetPropertiesResource resource = default, Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetPropertiesOptions options = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetResults : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetPropertiesResource * Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetPropertiesOptions -> Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetResults
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 resource As CassandraKeyspaceGetPropertiesResource = Nothing, Optional options As CassandraKeyspaceGetPropertiesOptions = Nothing)

パラメーター

id
String

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

name
String

ARM リソースの名前。

type
String

Azure リソースの種類。

location
String

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

適用対象