Sdílet prostřednictvím


NetworkManagerDeploymentStatusParameter Constructors

Definition

Overloads

NetworkManagerDeploymentStatusParameter()

Initializes a new instance of the NetworkManagerDeploymentStatusParameter class.

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

Initializes a new instance of the NetworkManagerDeploymentStatusParameter class.

NetworkManagerDeploymentStatusParameter()

Initializes a new instance of the NetworkManagerDeploymentStatusParameter class.

public NetworkManagerDeploymentStatusParameter ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NetworkManagerDeploymentStatusParameter class.

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)

Parameters

regions
IList<String>

List of locations.

deploymentTypes
IList<String>

List of deployment types.

skipToken
String

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Applies to