AlertConfigurationsClient Interface
public interface AlertConfigurationsClient
An instance of this class provides access to all the operations defined in AlertConfigurationsClient.
Method Summary
Method Details
get
public abstract AlertConfigurationInner get(String scope, String alertId)
Get the specified alert configuration.
Parameters:
Returns:
getAsync
public abstract Mono<AlertConfigurationInner> getAsync(String scope, String alertId)
Get the specified alert configuration.
Parameters:
Returns:
getWithResponse
public abstract Response<AlertConfigurationInner> getWithResponse(String scope, String alertId, Context context)
Get the specified alert configuration.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<AlertConfigurationInner>> getWithResponseAsync(String scope, String alertId)
Get the specified alert configuration.
Parameters:
Returns:
listForScope
public abstract PagedIterable<AlertConfigurationInner> listForScope(String scope)
Gets alert configurations for a resource scope.
Parameters:
Returns:
listForScope
public abstract PagedIterable<AlertConfigurationInner> listForScope(String scope, Context context)
Gets alert configurations for a resource scope.
Parameters:
Returns:
listForScopeAsync
public abstract PagedFlux<AlertConfigurationInner> listForScopeAsync(String scope)
Gets alert configurations for a resource scope.
Parameters:
Returns:
update
public abstract void update(String scope, String alertId, AlertConfigurationInner parameters)
Update an alert configuration.
Parameters:
updateAsync
public abstract Mono<Void> updateAsync(String scope, String alertId, AlertConfigurationInner parameters)
Update an alert configuration.
Parameters:
Returns:
updateWithResponse
public abstract Response<Void> updateWithResponse(String scope, String alertId, AlertConfigurationInner parameters, Context context)
Update an alert configuration.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Void>> updateWithResponseAsync(String scope, String alertId, AlertConfigurationInner parameters)
Update an alert configuration.
Parameters:
Returns: