次の方法で共有


CsmSlotEntity(String, Boolean) コンストラクター

定義

CsmSlotEntity の新しいインスタンスを初期化します。

public CsmSlotEntity (string targetSlot, bool preserveVnet);
new Azure.ResourceManager.AppService.Models.CsmSlotEntity : string * bool -> Azure.ResourceManager.AppService.Models.CsmSlotEntity
Public Sub New (targetSlot As String, preserveVnet As Boolean)

パラメーター

targetSlot
String

スワップ操作中の宛先デプロイ スロット。

preserveVnet
Boolean

<スワップ>中にスロットにVirtual Networkを保持するコードは true</code>、<それ以外の場合は false</code を>コード>化します。

例外

targetSlot が null です。

適用対象