次の方法で共有


VipSwapOperationsExtensions.List(IVipSwapOperations, String, String) メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.SwapResourceListResult List (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName);
static member List : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string -> Microsoft.Azure.Management.Network.Models.SwapResourceListResult
<Extension()>
Public Function List (operations As IVipSwapOperations, groupName As String, resourceName As String) As SwapResourceListResult

パラメーター

operations
IVipSwapOperations

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

groupName
String

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

resourceName
String

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

戻り値

適用対象