NetworkManagerDeploymentStatusListResult 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
NetworkManagerDeploymentStatusListResult() |
Initializes a new instance of the NetworkManagerDeploymentStatusListResult class. |
NetworkManagerDeploymentStatusListResult(IList<NetworkManagerDeploymentStatus>, String) |
Initializes a new instance of the NetworkManagerDeploymentStatusListResult class. |
NetworkManagerDeploymentStatusListResult()
Initializes a new instance of the NetworkManagerDeploymentStatusListResult class.
public NetworkManagerDeploymentStatusListResult ();
Public Sub New ()
Applies to
NetworkManagerDeploymentStatusListResult(IList<NetworkManagerDeploymentStatus>, String)
Initializes a new instance of the NetworkManagerDeploymentStatusListResult class.
public NetworkManagerDeploymentStatusListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatus> value = default, string skipToken = default);
new Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatus> * string -> Microsoft.Azure.Management.Network.Models.NetworkManagerDeploymentStatusListResult
Public Sub New (Optional value As IList(Of NetworkManagerDeploymentStatus) = Nothing, Optional skipToken As String = Nothing)
Parameters
Gets a page of Network Manager Deployment Status
- skipToken
- String
When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.