次の方法で共有


HybridConnectivityEndpointCollection.GetIfExists 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 Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource> GetIfExists (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>
Public Overridable Function GetIfExists (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of HybridConnectivityEndpointResource)

Parameters

endpointName
String

The endpoint name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName is null.

Applies to