Partager via


AFDEndpointsOperationsExtensions.GetAsync Méthode

Définition

Obtient un point de terminaison AzureFrontDoor existant avec le nom de point de terminaison spécifié sous l’abonnement, le groupe de ressources et le profil spécifiés.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.AFDEndpoint> GetAsync (this Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Cdn.IAFDEndpointsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.AFDEndpoint>
<Extension()>
Public Function GetAsync (operations As IAFDEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AFDEndpoint)

Paramètres

operations
IAFDEndpointsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement Azure.

profileName
String

Nom du profil CDN unique au sein du groupe de ressources.

endpointName
String

Nom du point de terminaison sous le profil qui est unique globalement.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à