HybridConnectivityEndpointCollection.Get(String, CancellationToken) Method

Definition

Gets the endpoint to the resource.

  • Request Path. : /{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}.
  • Operation Id. : EndpointResources_Get.
  • Default Api Version. : 2024-12-01.
public virtual Azure.Response<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource> Get(string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridConnectivity.HybridConnectivityEndpointResource>
Public Overridable Function Get (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridConnectivityEndpointResource)

Parameters

endpointName
String

The endpoint name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

endpointName is null.

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

Applies to