CassandraViewGetResultCollection Class

Definition

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

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

Constructors

CassandraViewGetResultCollection()

Initializes a new instance of the CassandraViewGetResultCollection 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, CassandraViewGetResultCreateOrUpdateContent, CancellationToken)

Create or update an Azure Cosmos DB Cassandra View

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

Create or update an Azure Cosmos DB Cassandra View

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • Operation Id: CassandraResources_CreateUpdateCassandraView
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewGetResultResource
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}/views/{viewName}
  • Operation Id: CassandraResources_GetCassandraView
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewGetResultResource
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}/views/{viewName}
  • Operation Id: CassandraResources_GetCassandraView
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewGetResultResource
Get(String, CancellationToken)

Gets the Cassandra view under an existing Azure Cosmos DB database account.

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

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

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

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

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

Gets the Cassandra view under an existing Azure Cosmos DB database account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}
  • Operation Id: CassandraResources_GetCassandraView
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewGetResultResource
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}/views/{viewName}
  • Operation Id: CassandraResources_GetCassandraView
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewGetResultResource
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}/views/{viewName}
  • Operation Id: CassandraResources_GetCassandraView
  • Default Api Version: 2024-02-15-preview
  • Resource: CassandraViewGetResultResource
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<CassandraViewGetResultResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<CassandraViewGetResultResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to