ApiOperationListResult Constructors

Definition

Overloads

ApiOperationListResult()

Initializes a new instance of the ApiOperationListResult class.

ApiOperationListResult(String, IList<ApiOperation>)

Initializes a new instance of the ApiOperationListResult class.

ApiOperationListResult()

Initializes a new instance of the ApiOperationListResult class.

public ApiOperationListResult ();
Public Sub New ()

Applies to

ApiOperationListResult(String, IList<ApiOperation>)

Initializes a new instance of the ApiOperationListResult class.

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

Parameters

nextLink
String

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

value
IList<ApiOperation>

List of Resource Provider operations supported by the Microsoft.StorageCache resource provider.

Applies to