NetworkManagerDeploymentStatusParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- skipToken
- String
Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.
Applies to
Azure SDK for .NET