OperationsClient Interface
public interface OperationsClient
An instance of this class provides access to all the operations defined in OperationsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Operation |
list()
Lists all of the available operations from Microsoft. |
abstract
Mono<Operation |
listAsync()
Lists all of the available operations from Microsoft. |
abstract
Response<Operation |
listWithResponse(Context context)
Lists all of the available operations from Microsoft. |
abstract
Mono<Response<Operation |
listWithResponseAsync()
Lists all of the available operations from Microsoft. |
Method Details
list
public abstract OperationListResultInner list()
Lists all of the available operations from Microsoft.Insights provider.
Returns:
listAsync
public abstract Mono
Lists all of the available operations from Microsoft.Insights provider.
Returns:
listWithResponse
public abstract Response
Lists all of the available operations from Microsoft.Insights provider.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
Lists all of the available operations from Microsoft.Insights provider.
Returns:
Applies to
Azure SDK for Java