Share via


CassandraKeyspaceCollection Class

Definition

A class representing a collection of CassandraKeyspaceResource and their operations. Each CassandraKeyspaceResource in the collection will belong to the same instance of CosmosDBAccountResource. To get a CassandraKeyspaceCollection instance call the GetCassandraKeyspaces method from an instance of CosmosDBAccountResource.

public class CassandraKeyspaceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.CosmosDB.CassandraKeyspaceResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CosmosDB.CassandraKeyspaceResource>
type CassandraKeyspaceCollection = class
    inherit ArmCollection
    interface seq<CassandraKeyspaceResource>
    interface IEnumerable
    interface IAsyncEnumerable<CassandraKeyspaceResource>
Public Class CassandraKeyspaceCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of CassandraKeyspaceResource), IEnumerable(Of CassandraKeyspaceResource)
Inheritance
CassandraKeyspaceCollection
Implements

Constructors

CassandraKeyspaceCollection()

Initializes a new instance of the CassandraKeyspaceCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, CassandraKeyspaceCreateOrUpdateContent, CancellationToken)

Create or update an Azure Cosmos DB Cassandra keyspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_CreateUpdateCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
CreateOrUpdateAsync(WaitUntil, String, CassandraKeyspaceCreateOrUpdateContent, CancellationToken)

Create or update an Azure Cosmos DB Cassandra keyspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_CreateUpdateCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_GetCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_GetCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
Get(String, CancellationToken)

Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_GetCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
GetAll(CancellationToken)

Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces
  • Operation Id: CassandraResources_ListCassandraKeyspaces
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
GetAllAsync(CancellationToken)

Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces
  • Operation Id: CassandraResources_ListCassandraKeyspaces
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
GetAsync(String, CancellationToken)

Gets the Cassandra keyspaces under an existing Azure Cosmos DB database account with the provided name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_GetCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_GetCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}
  • Operation Id: CassandraResources_GetCassandraKeyspace
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraKeyspaceResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<CassandraKeyspaceResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<CassandraKeyspaceResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to