ArmNetworkModelFactory.NetworkManagerDeploymentStatus Método
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.
Inicializa uma nova instância de NetworkManagerDeploymentStatus.
public static Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus NetworkManagerDeploymentStatus (DateTimeOffset? commitOn = default, string region = default, Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState? deploymentState = default, System.Collections.Generic.IEnumerable<string> configurationIds = default, Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType? deploymentType = default, string errorMessage = default);
static member NetworkManagerDeploymentStatus : Nullable<DateTimeOffset> * string * Nullable<Azure.ResourceManager.Network.Models.NetworkManagerDeploymentState> * seq<string> * Nullable<Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType> * string -> Azure.ResourceManager.Network.Models.NetworkManagerDeploymentStatus
Public Shared Function NetworkManagerDeploymentStatus (Optional commitOn As Nullable(Of DateTimeOffset) = Nothing, Optional region As String = Nothing, Optional deploymentState As Nullable(Of NetworkManagerDeploymentState) = Nothing, Optional configurationIds As IEnumerable(Of String) = Nothing, Optional deploymentType As Nullable(Of NetworkConfigurationDeploymentType) = Nothing, Optional errorMessage As String = Nothing) As NetworkManagerDeploymentStatus
Parâmetros
- commitOn
- Nullable<DateTimeOffset>
Tempo de Confirmação.
- region
- String
Nome da região.
- deploymentState
- Nullable<NetworkManagerDeploymentState>
Status da implantação.
- configurationIds
- IEnumerable<String>
Lista de IDs de configuração.
- deploymentType
- Nullable<NetworkConfigurationDeploymentType>
Tipo de implantação de configuração.
- errorMessage
- String
Mensagem de erro.
Retornos
Uma nova NetworkManagerDeploymentStatus instância para zombar.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET