Partager via


SecretsOperationsExtensions.ListByProfileAsync Méthode

Définition

Répertorie les secrets AzureFrontDoor existants.

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

Paramètres

operations
ISecretsOperations

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

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement Azure.

profileName
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à