次の方法で共有


AFDEndpointsOperationsExtensions.ListByProfile メソッド

定義

既存の AzureFrontDoor エンドポイントを一覧表示します。

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

パラメーター

operations
IAFDEndpointsOperations

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

resourceGroupName
String

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

profileName
String

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

戻り値

適用対象