MetricAlertResource.GetAllMetricAlertsStatusByName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve an alert rule status.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/metricAlerts/{ruleName}/status/{statusName}
- Operation Id: MetricAlertsStatus_ListByName
- Default Api Version: 2018-03-01
public virtual Azure.Pageable<Azure.ResourceManager.Monitor.Models.MetricAlertStatus> GetAllMetricAlertsStatusByName (string statusName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllMetricAlertsStatusByName : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MetricAlertStatus>
override this.GetAllMetricAlertsStatusByName : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MetricAlertStatus>
Public Overridable Function GetAllMetricAlertsStatusByName (statusName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MetricAlertStatus)
Parameters
- statusName
- String
The name of the status.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MetricAlertStatus that may take multiple service requests to iterate over.
Exceptions
statusName
is an empty string, and was expected to be non-empty.
statusName
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET