次の方法で共有


VipSwapOperationsExtensions.ListAsync メソッド

定義

指定したクラウド サービスのスロットの種類を識別する SwapResource の一覧を取得します。 クラウド サービスのスロットの種類は、ステージングまたは運用のいずれかです

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SwapResourceListResult> ListAsync (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SwapResourceListResult>
<Extension()>
Public Function ListAsync (operations As IVipSwapOperations, groupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SwapResourceListResult)

パラメーター

operations
IVipSwapOperations

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

groupName
String

リソース グループの名前。

resourceName
String

クラウド サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象