Share via


RedisEnterpriseCachePrivateEndpointConnectionCollection Class

Definition

A class representing a collection of RedisEnterpriseCachePrivateEndpointConnectionResource and their operations. Each RedisEnterpriseCachePrivateEndpointConnectionResource in the collection will belong to the same instance of ClusterResource. To get a RedisEnterpriseCachePrivateEndpointConnectionCollection instance call the GetRedisEnterpriseCachePrivateEndpointConnections method from an instance of ClusterResource.

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

Constructors

RedisEnterpriseCachePrivateEndpointConnectionCollection()

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

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} Operation Id: PrivateEndpointConnections_Put

CreateOrUpdateAsync(WaitUntil, String, RedisEnterpriseCachePrivateEndpointConnectionData, CancellationToken)

Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} Operation Id: PrivateEndpointConnections_Put

Exists(String, CancellationToken)

Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} Operation Id: PrivateEndpointConnections_Get

ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} Operation Id: PrivateEndpointConnections_Get

Get(String, CancellationToken)

Gets the specified private endpoint connection associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} Operation Id: PrivateEndpointConnections_Get

GetAll(CancellationToken)

Lists all the private endpoint connections associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections Operation Id: PrivateEndpointConnections_List

GetAllAsync(CancellationToken)

Lists all the private endpoint connections associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections Operation Id: PrivateEndpointConnections_List

GetAsync(String, CancellationToken)

Gets the specified private endpoint connection associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName} Operation Id: PrivateEndpointConnections_Get

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<RedisEnterpriseCachePrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RedisEnterpriseCachePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to