SwapResourceProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SwapResourceProperties() |
Initializes a new instance of the SwapResourceProperties class. |
SwapResourceProperties(Nullable<SlotType>) |
Initializes a new instance of the SwapResourceProperties class. |
SwapResourceProperties()
Initializes a new instance of the SwapResourceProperties class.
public SwapResourceProperties ();
Public Sub New ()
Applies to
SwapResourceProperties(Nullable<SlotType>)
Initializes a new instance of the SwapResourceProperties class.
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)
Parameters
Specifies slot info on a cloud service. Possible values include: 'Production', 'Staging'
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET