次の方法で共有


CassandraKeyspaceCreateOrUpdateContent コンストラクター

定義

CassandraKeyspaceCreateOrUpdateContent の新しいインスタンスを初期化します。

public CassandraKeyspaceCreateOrUpdateContent (Azure.Core.AzureLocation location, Azure.ResourceManager.CosmosDB.Models.CassandraKeyspaceResourceInfo resource);
new Azure.ResourceManager.CosmosDB.Models.CassandraKeyspaceCreateOrUpdateContent : Azure.Core.AzureLocation * Azure.ResourceManager.CosmosDB.Models.CassandraKeyspaceResourceInfo -> Azure.ResourceManager.CosmosDB.Models.CassandraKeyspaceCreateOrUpdateContent
Public Sub New (location As AzureLocation, resource As CassandraKeyspaceResourceInfo)

パラメーター

location
AzureLocation

場所。

resource
CassandraKeyspaceResourceInfo

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

例外

resource が null です。

適用対象