OperationListResult 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
OperationListResult() | |
OperationListResult(IList<Operation>, String) |
OperationListResult()
public OperationListResult ();
Public Sub New ()
Applies to
OperationListResult(IList<Operation>, String)
public OperationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Operation> value = default, string nextLink = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.OperationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Operation> * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.OperationListResult
Public Sub New (Optional value As IList(Of Operation) = Nothing, Optional nextLink As String = Nothing)
Parameters
- nextLink
- String