Share via


RedisEnterpriseDatabaseCollection Class

Definition

A class representing a collection of RedisEnterpriseDatabaseResource and their operations. Each RedisEnterpriseDatabaseResource in the collection will belong to the same instance of RedisEnterpriseClusterResource. To get a RedisEnterpriseDatabaseCollection instance call the GetRedisEnterpriseDatabases method from an instance of RedisEnterpriseClusterResource.

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

Constructors

RedisEnterpriseDatabaseCollection()

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

Creates a database

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Create
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
CreateOrUpdateAsync(WaitUntil, String, RedisEnterpriseDatabaseData, CancellationToken)

Creates a database

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Create
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
Get(String, CancellationToken)

Gets information about a database in a RedisEnterprise cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
GetAll(CancellationToken)

Gets all databases in the specified RedisEnterprise cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases
  • Operation Id: Databases_ListByCluster
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
GetAllAsync(CancellationToken)

Gets all databases in the specified RedisEnterprise cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases
  • Operation Id: Databases_ListByCluster
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
GetAsync(String, CancellationToken)

Gets information about a database in a RedisEnterprise cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterpriseDatabaseResource
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<RedisEnterpriseDatabaseResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RedisEnterpriseDatabaseResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to