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


DataReplicationPrivateEndpointConnectionProxyCollection.GetAsync 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>> GetAsync(string privateEndpointConnectionProxyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPrivateEndpointConnectionProxyResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPrivateEndpointConnectionProxyResource>>
Public Overridable Function GetAsync (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 an empty string, and was expected to be non-empty.

privateEndpointConnectionProxyName is null.

Applies to