次の方法で共有


FrontDoorNetworkExperimentProfileResource.GetPreconfiguredEndpointsAsync メソッド

定義

事前構成済みエンドポイントの一覧を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/NetworkExperimentProfiles/{profileName}/PreconfiguredEndpoints
  • 操作IdPreconfiguredEndpoints_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.Models.PreconfiguredEndpoint> GetPreconfiguredEndpointsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPreconfiguredEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.Models.PreconfiguredEndpoint>
override this.GetPreconfiguredEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.FrontDoor.Models.PreconfiguredEndpoint>
Public Overridable Function GetPreconfiguredEndpointsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PreconfiguredEndpoint)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の PreconfiguredEndpoint サービス要求を受け取る可能性がある の非同期コレクション。

適用対象