HybridConnectivityExtensions.GetEndpointResourceAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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.