OperationsInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. OperationsInner
- com.
public class OperationsInner
An instance of this class provides access to all the operations defined in Operations.
Constructor Summary
Constructor | Description |
---|---|
OperationsInner(Retrofit retrofit, BatchManagementClientImpl client) |
Initializes an instance of OperationsInner. |
Method Summary
Modifier and Type | Method and Description |
---|---|
PagedList<Operation |
list()
Lists available operations for the Microsoft.Batch provider. |
Observable<Page<Operation |
listAsync()
Lists available operations for the Microsoft.Batch provider. |
ServiceFuture<List<Operation |
listAsync(final ListOperationCallback<OperationInner> serviceCallback)
Lists available operations for the Microsoft.Batch provider. |
PagedList<Operation |
listNext(final String nextPageLink)
Lists available operations for the Microsoft.Batch provider. |
Observable<Page<Operation |
listNextAsync(final String nextPageLink)
Lists available operations for the Microsoft.Batch provider. |
ServiceFuture<List<Operation |
listNextAsync(final String nextPageLink, final ServiceFuture<List<OperationInner>> serviceFuture, final ListOperationCallback<OperationInner> serviceCallback)
Lists available operations for the Microsoft.Batch provider. |
Observable<ServiceResponse<Page<Operation |
listNextSinglePageAsync(final String nextPageLink)
Lists available operations for the Microsoft.Batch provider. ServiceResponse<PageImpl<OperationInner>> * |
Observable<ServiceResponse<Page<Operation |
listNextWithServiceResponseAsync(final String nextPageLink)
Lists available operations for the Microsoft.Batch provider. |
Observable<ServiceResponse<Page<Operation |
listSinglePageAsync()
Lists available operations for the Microsoft.Batch provider. |
Observable<ServiceResponse<Page<Operation |
listWithServiceResponseAsync()
Lists available operations for the Microsoft.Batch provider. |
Constructor Details
OperationsInner
public OperationsInner(Retrofit retrofit, BatchManagementClientImpl client)
Initializes an instance of OperationsInner.
Parameters:
Method Details
list
public PagedList
Lists available operations for the Microsoft.Batch provider.
Returns:
Throws:
listAsync
public Observable
Lists available operations for the Microsoft.Batch provider.
Returns:
Throws:
listAsync
public ServiceFuture> listAsync(final ListOperationCallback
Lists available operations for the Microsoft.Batch provider.
Parameters:
Returns:
Throws:
listNext
public PagedList
Lists available operations for the Microsoft.Batch provider.
Parameters:
Returns:
Throws:
listNextAsync
public Observable
Lists available operations for the Microsoft.Batch provider.
Parameters:
Returns:
Throws:
listNextAsync
public ServiceFuture> listNextAsync(final String nextPageLink, final ServiceFuture
> serviceFuture, final ListOperationCallback
Lists available operations for the Microsoft.Batch provider.
Parameters:
Returns:
Throws:
listNextSinglePageAsync
public Observable
Lists available operations for the Microsoft.Batch provider.
ServiceResponse<PageImpl<OperationInner>> *
Parameters:
Returns:
Throws:
listNextWithServiceResponseAsync
public Observable
Lists available operations for the Microsoft.Batch provider.
Parameters:
Returns:
Throws:
listSinglePageAsync
public Observable
Lists available operations for the Microsoft.Batch provider.
Returns:
Throws:
listWithServiceResponseAsync
public Observable
Lists available operations for the Microsoft.Batch provider.
Returns:
Throws:
Applies to
Azure SDK for Java