AvailableOperations 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
AvailableOperations() |
Initializes a new instance of the AvailableOperations class. |
AvailableOperations(IList<OperationDetail>, String) |
Initializes a new instance of the AvailableOperations class. |
AvailableOperations()
Initializes a new instance of the AvailableOperations class.
public AvailableOperations ();
Public Sub New ()
Applies to
AvailableOperations(IList<OperationDetail>, String)
Initializes a new instance of the AvailableOperations class.
public AvailableOperations (System.Collections.Generic.IList<Microsoft.Azure.Management.AzureStackHCI.Models.OperationDetail> value = default, string nextLink = default);
new Microsoft.Azure.Management.AzureStackHCI.Models.AvailableOperations : System.Collections.Generic.IList<Microsoft.Azure.Management.AzureStackHCI.Models.OperationDetail> * string -> Microsoft.Azure.Management.AzureStackHCI.Models.AvailableOperations
Public Sub New (Optional value As IList(Of OperationDetail) = Nothing, Optional nextLink As String = Nothing)
Parameters
- value
- IList<OperationDetail>
Collection of available operation details
- nextLink
- String
URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Applies to
Azure SDK for .NET