OperationCollection 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
OperationCollection() |
Initializes a new instance of the OperationCollection class. |
OperationCollection(IList<Operation>) |
Initializes a new instance of the OperationCollection class. |
OperationCollection()
Initializes a new instance of the OperationCollection class.
public OperationCollection ();
Public Sub New ()
Applies to
OperationCollection(IList<Operation>)
Initializes a new instance of the OperationCollection class.
public OperationCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Operation> value = default);
new Microsoft.Azure.Management.Media.Models.OperationCollection : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Operation> -> Microsoft.Azure.Management.Media.Models.OperationCollection
Public Sub New (Optional value As IList(Of Operation) = Nothing)