ProfilesOperationsExtensions.GetAsync 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 profil CDN avec le nom de profil spécifié sous l’abonnement et le groupe de ressources spécifiés.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.Profile> GetAsync (this Microsoft.Azure.Management.Cdn.IProfilesOperations operations, string resourceGroupName, string profileName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Cdn.IProfilesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.Profile>
<Extension()>
Public Function GetAsync (operations As IProfilesOperations, resourceGroupName As String, profileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Profile)
Paramètres
- operations
- IProfilesOperations
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET