次の方法で共有


TrafficManagerEndpointCollection.GetAllAsync メソッド

定義

プロファイル内のすべての Traffic Manager エンドポイントを非同期的に一覧表示します。

public virtual Azure.AsyncPageable<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData> GetAllAsync ();
abstract member GetAllAsync : unit -> Azure.AsyncPageable<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData>
override this.GetAllAsync : unit -> Azure.AsyncPageable<Azure.ResourceManager.TrafficManager.TrafficManagerEndpointData>
Public Overridable Function GetAllAsync () As AsyncPageable(Of TrafficManagerEndpointData)

戻り値

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

適用対象