Share via


CassandraKeyspaceCreateOrUpdateContent Constructor

Definition

Initializes a new instance of 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)

Parameters

location
AzureLocation

The location.

resource
CassandraKeyspaceResourceInfo

The standard JSON format of a Cassandra keyspace.

Exceptions

resource is null.

Applies to