Partager via


HybridConnectivityExtensions.GetEndpointResourceAsync Méthode

Définition

Obtient le point de terminaison de la ressource.

  • Chemin de la requête/{resourceUri}/providers/Microsoft.HybridConnectivity/endpoints/{endpointName}
  • IdEndpoints_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>> GetEndpointResourceAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string endpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetEndpointResourceAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridConnectivity.EndpointResource>>
<Extension()>
Public Function GetEndpointResourceAsync (client As ArmClient, scope As ResourceIdentifier, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EndpointResource))

Paramètres

client
ArmClient

Instance ArmClient sur laquelle la méthode s’exécute.

scope
ResourceIdentifier

Étendue à laquelle la ressource s’appliquera.

endpointName
String

Nom du point de terminaison.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

endpointName a la valeur null.

S’applique à