次の方法で共有


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

定義

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

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

パラメーター

operations
IVipSwapOperations

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

groupName
String

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

resourceName
String

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

戻り値

適用対象