Compartilhar via


NetworkManagerDeploymentStatusParameter Construtores

Definição

Sobrecargas

NetworkManagerDeploymentStatusParameter()

Inicializa uma nova instância da classe NetworkManagerDeploymentStatusParameter.

NetworkManagerDeploymentStatusParameter(IList<String>, IList<String>, String)

Inicializa uma nova instância da classe NetworkManagerDeploymentStatusParameter.

NetworkManagerDeploymentStatusParameter()

Inicializa uma nova instância da classe NetworkManagerDeploymentStatusParameter.

public NetworkManagerDeploymentStatusParameter ();
Public Sub New ()

Aplica-se a

NetworkManagerDeploymentStatusParameter(IList<String>, IList<String>, String)

Inicializa uma nova instância da classe NetworkManagerDeploymentStatusParameter.

public NetworkManagerDeploymentStatusParameter (System.Collections.Generic.IList<string> regions = default, System.Collections.Generic.IList<string> deploymentTypes = default, string skipToken = default);
new Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusParameter
Public Sub New (Optional regions As IList(Of String) = Nothing, Optional deploymentTypes As IList(Of String) = Nothing, Optional skipToken As String = Nothing)

Parâmetros

regions
IList<String>

Lista de locais.

deploymentTypes
IList<String>

Lista de tipos de implantação.

skipToken
String

Token de continuação para paginação, capturando o tamanho e o deslocamento da próxima página, bem como o contexto da consulta.

Aplica-se a