Compartilhar via


ArmNetworkModelFactory.NetworkManagerDeploymentStatus Método

Definição

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