ProfileResource.GetCdnEndpointAsync(String, CancellationToken) 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 un point de terminaison CDN existant avec le nom de point de terminaison spécifié sous l’abonnement, le groupe de ressources et le profil spécifiés.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}
- IdCdnEndpoints_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>> GetCdnEndpointAsync (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCdnEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>>
override this.GetCdnEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Cdn.CdnEndpointResource>>
Public Overridable Function GetCdnEndpointAsync (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CdnEndpointResource))
Paramètres
- endpointName
- String
Nom du point de terminaison sous le profil qui est unique globalement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
endpointName
est une chaîne vide et devait être non vide.
endpointName
a la valeur null.