ApiOperationListResult 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
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
Azure SDK for .NET