次の方法で共有


HybridConnectivityEndpointCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
  • Default Api Version: 2023-03-15
  • Resource: HybridConnectivityEndpointResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>> GetIfExistsAsync (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>>
Public Overridable Function GetIfExistsAsync (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of HybridConnectivityEndpointResource))

Parameters

endpointName
String

The endpoint name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName is null.

Applies to