共用方式為


OperationListResult Constructors

Definition

Overloads

OperationListResult()

Initializes a new instance of the OperationListResult class.

OperationListResult(IList<SingleOperation>, String)

Initializes a new instance of the OperationListResult class.

OperationListResult()

Initializes a new instance of the OperationListResult class.

public OperationListResult ();
Public Sub New ()

Applies to

OperationListResult(IList<SingleOperation>, String)

Initializes a new instance of the OperationListResult class.

public OperationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.SingleOperation> value = default, string nextLink = default);
new Microsoft.Azure.Management.Marketplace.Models.OperationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.SingleOperation> * string -> Microsoft.Azure.Management.Marketplace.Models.OperationListResult
Public Sub New (Optional value As IList(Of SingleOperation) = Nothing, Optional nextLink As String = Nothing)

Parameters

value
IList<SingleOperation>

List of Microsoft.Marketplace operations supported by the Microsoft.Marketplace resource provider.

nextLink
String

URL to get the next set of operation list results if there are any.

Applies to