AvailableOperations Constructors

Definition

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