Bagikan melalui


EndpointResourceCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Operation Id: Endpoints_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.EndpointResource> GetIfExists (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.EndpointResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridConnectivity.EndpointResource>
Public Overridable Function GetIfExists (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of EndpointResource)

Parameters

endpointName
String

The endpoint name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName is null.

Applies to