次の方法で共有


SwapResourceProperties コンストラクター

定義

オーバーロード

SwapResourceProperties()

SwapResourceProperties クラスの新しいインスタンスを初期化します。

SwapResourceProperties(Nullable<SlotType>)

SwapResourceProperties クラスの新しいインスタンスを初期化します。

SwapResourceProperties()

SwapResourceProperties クラスの新しいインスタンスを初期化します。

public SwapResourceProperties ();
Public Sub New ()

適用対象

SwapResourceProperties(Nullable<SlotType>)

SwapResourceProperties クラスの新しいインスタンスを初期化します。

public SwapResourceProperties (Microsoft.Azure.Management.Network.Models.SlotType? slotType = default);
new Microsoft.Azure.Management.Network.Models.SwapResourceProperties : Nullable<Microsoft.Azure.Management.Network.Models.SlotType> -> Microsoft.Azure.Management.Network.Models.SwapResourceProperties
Public Sub New (Optional slotType As Nullable(Of SlotType) = Nothing)

パラメーター

slotType
Nullable<SlotType>

クラウド サービスのスロット情報を指定します。 使用可能な値は次のとおりです: 'Production'、'Staging'

適用対象