Class OperationsExtensions
Extension methods for Operations.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Redis.dll
Syntax
public static class OperationsExtensions
Methods
List(IOperations)
Lists all of the available REST API operations of the Microsoft.Cache provider.
Declaration
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.Operation> List (this Microsoft.Azure.Management.Redis.IOperations operations);
Parameters
|
IOperations
operations
The operations group for this extension method. |
Returns
|
IPage<Operation>
|
ListAsync(IOperations, CancellationToken)
Lists all of the available REST API operations of the Microsoft.Cache provider.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.Operation>> ListAsync (this Microsoft.Azure.Management.Redis.IOperations operations, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IOperations
operations
The operations group for this extension method. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<IPage<Operation>>
|
ListNext(IOperations, String)
Lists all of the available REST API operations of the Microsoft.Cache provider.
Declaration
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.Operation> ListNext (this Microsoft.Azure.Management.Redis.IOperations operations, string nextPageLink);
Parameters
|
IOperations
operations
The operations group for this extension method. |
|
String
nextPageLink
The NextLink from the previous successful call to List operation. |
Returns
|
IPage<Operation>
|
ListNextAsync(IOperations, String, CancellationToken)
Lists all of the available REST API operations of the Microsoft.Cache provider.
Declaration
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Redis.Models.Operation>> ListNextAsync (this Microsoft.Azure.Management.Redis.IOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = null);
Parameters
|
IOperations
operations
The operations group for this extension method. |
|
String
nextPageLink
The NextLink from the previous successful call to List operation. |
|
CancellationToken
cancellationToken
The cancellation token. |
Returns
|
Task<IPage<Operation>>
|