Compartir a través de


CassandraKeyspaceCreateOrUpdateContent Constructor

Definición

Inicializa una nueva instancia de 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)

Parámetros

location
AzureLocation

Ubicación.

resource
CassandraKeyspaceResourceInfo

Formato JSON estándar de un espacio de claves de Cassandra.

Excepciones

resource es null.

Se aplica a