次の方法で共有


SecretsOperationsExtensions.ListByProfile メソッド

定義

既存の AzureFrontDoor シークレットを一覧表示します。

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)

パラメーター

operations
ISecretsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

profileName
String

リソース グループ内で一意である CDN プロファイルの名前。

戻り値

適用対象