AlertOperationsClient Interface
public interface AlertOperationsClient
An instance of this class provides access to all the operations defined in AlertOperationsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Alert |
get(String scope, String operationId)
Get the specified alert operation. |
|
abstract
Mono<Alert |
getAsync(String scope, String operationId)
Get the specified alert operation. |
|
abstract
Response<Alert |
getWithResponse(String scope, String operationId, Context context)
Get the specified alert operation. |
|
abstract
Mono<Response<Alert |
getWithResponseAsync(String scope, String operationId)
Get the specified alert operation. |
Method Details
get
public abstract AlertOperationResultInner get(String scope, String operationId)
Get the specified alert operation.
Parameters:
Returns:
getAsync
public abstract Mono<AlertOperationResultInner> getAsync(String scope, String operationId)
Get the specified alert operation.
Parameters:
Returns:
getWithResponse
public abstract Response<AlertOperationResultInner> getWithResponse(String scope, String operationId, Context context)
Get the specified alert operation.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<AlertOperationResultInner>> getWithResponseAsync(String scope, String operationId)
Get the specified alert operation.
Parameters:
Returns: