MetricAlertsStatus interface  
Interface representing a MetricAlertsStatus.
Methods
| list(string, string, Metric | 
	Retrieve an alert rule status.  | 
| list | 
	Retrieve an alert rule status.  | 
Method Details
		list(string, string, MetricAlertsStatusListOptionalParams)
	     
	Retrieve an alert rule status.
function list(resourceGroupName: string, ruleName: string, options?: MetricAlertsStatusListOptionalParams): Promise<MetricAlertStatusCollection>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- ruleName
 - 
				
string
 
The name of the rule.
The options parameters.
Returns
Promise<MetricAlertStatusCollection>
		listByName(string, string, string, MetricAlertsStatusListByNameOptionalParams)
	       
	Retrieve an alert rule status.
function listByName(resourceGroupName: string, ruleName: string, statusName: string, options?: MetricAlertsStatusListByNameOptionalParams): Promise<MetricAlertStatusCollection>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- ruleName
 - 
				
string
 
The name of the rule.
- statusName
 - 
				
string
 
The name of the status.
The options parameters.
Returns
Promise<MetricAlertStatusCollection>