public interface MetricAlertsStatusClient
| Modifier and Type | Method and Description |
|---|---|
MetricAlertStatusCollectionInner |
list(String resourceGroupName,
String ruleName)
Retrieve an alert rule status.
|
Mono<MetricAlertStatusCollectionInner> |
listAsync(String resourceGroupName,
String ruleName)
Retrieve an alert rule status.
|
MetricAlertStatusCollectionInner |
listByName(String resourceGroupName,
String ruleName,
String statusName)
Retrieve an alert rule status.
|
Mono<MetricAlertStatusCollectionInner> |
listByNameAsync(String resourceGroupName,
String ruleName,
String statusName)
Retrieve an alert rule status.
|
com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner> |
listByNameWithResponse(String resourceGroupName,
String ruleName,
String statusName,
com.azure.core.util.Context context)
Retrieve an alert rule status.
|
Mono<com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner>> |
listByNameWithResponseAsync(String resourceGroupName,
String ruleName,
String statusName)
Retrieve an alert rule status.
|
com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner> |
listWithResponse(String resourceGroupName,
String ruleName,
com.azure.core.util.Context context)
Retrieve an alert rule status.
|
Mono<com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner>> |
listWithResponseAsync(String resourceGroupName,
String ruleName)
Retrieve an alert rule status.
|
Mono<com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner>> listWithResponseAsync(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MetricAlertStatusCollectionInner> listAsync(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MetricAlertStatusCollectionInner list(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner> listWithResponse(String resourceGroupName, String ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner>> listByNameWithResponseAsync(String resourceGroupName, String ruleName, String statusName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.statusName - The name of the status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<MetricAlertStatusCollectionInner> listByNameAsync(String resourceGroupName, String ruleName, String statusName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.statusName - The name of the status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.MetricAlertStatusCollectionInner listByName(String resourceGroupName, String ruleName, String statusName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.statusName - The name of the status.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<MetricAlertStatusCollectionInner> listByNameWithResponse(String resourceGroupName, String ruleName, String statusName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.statusName - The name of the status.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.