SwapResourceProperties Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SwapResourceProperties() |
Inicializa uma nova instância da classe SwapResourceProperties. |
SwapResourceProperties(Nullable<SlotType>) |
Inicializa uma nova instância da classe SwapResourceProperties. |
SwapResourceProperties()
Inicializa uma nova instância da classe SwapResourceProperties.
public SwapResourceProperties ();
Public Sub New ()
Aplica-se a
SwapResourceProperties(Nullable<SlotType>)
Inicializa uma nova instância da classe 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)
Parâmetros
Especifica informações de slot em um serviço de nuvem. Os valores possíveis incluem: 'Production', 'Staging'
Aplica-se a
Azure SDK for .NET