Freigeben über


EndpointResourceCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft den Endpunkt für die Ressource ab.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • Vorgangs-IdEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>> GetAsync (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>>
Public Overridable Function GetAsync (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EndpointResource))

Parameter

endpointName
String

Der Endpunktname.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

endpointName ist NULL.

Gilt für: