Поделиться через


DataReplicationVaultResource.GetDataReplicationPrivateEndpointConnectionProxyAsync Method

Definition

Gets the private endpoint connection proxy details.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyName}
  • Operation Id: PrivateEndpointConnectionProxy_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationPrivateEndpointConnectionProxyResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPrivateEndpointConnectionProxyResource>> GetDataReplicationPrivateEndpointConnectionProxyAsync(string privateEndpointConnectionProxyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataReplicationPrivateEndpointConnectionProxyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPrivateEndpointConnectionProxyResource>>
override this.GetDataReplicationPrivateEndpointConnectionProxyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPrivateEndpointConnectionProxyResource>>
Public Overridable Function GetDataReplicationPrivateEndpointConnectionProxyAsync (privateEndpointConnectionProxyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataReplicationPrivateEndpointConnectionProxyResource))

Parameters

privateEndpointConnectionProxyName
String

The private endpoint connection proxy name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

privateEndpointConnectionProxyName is null.

privateEndpointConnectionProxyName is an empty string, and was expected to be non-empty.

Applies to