共用方式為


RedisEnterprisePrivateEndpointConnectionCollection Class

Definition

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

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

Constructors

RedisEnterprisePrivateEndpointConnectionCollection()

Initializes a new instance of the RedisEnterprisePrivateEndpointConnectionCollection 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, RedisEnterprisePrivateEndpointConnectionData, 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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
CreateOrUpdateAsync(WaitUntil, String, RedisEnterprisePrivateEndpointConnectionData, 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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
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
  • Default Api Version: 2024-02-01
  • Resource: RedisEnterprisePrivateEndpointConnectionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RedisEnterprisePrivateEndpointConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to