Freigeben über


SecretsOperationsExtensions.ListByProfile Methode

Definition

Listet vorhandene AzureFrontDoor-Geheimnisse auf.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Secret> ListByProfile(this Microsoft.Azure.Management.Cdn.ISecretsOperations operations, string resourceGroupName, string profileName);
static member ListByProfile : Microsoft.Azure.Management.Cdn.ISecretsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.Secret>
<Extension()>
Public Function ListByProfile (operations As ISecretsOperations, resourceGroupName As String, profileName As String) As IPage(Of Secret)

Parameter

operations
ISecretsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

profileName
String

Name des CDN-Profils, das innerhalb der Ressourcengruppe eindeutig ist.

Gibt zurück

Gilt für: