AlertRulesOperationsExtensions.ListBySubscription 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.
List the classic metric alert rules within a subscription.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource> ListBySubscription (this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.Monitor.IAlertRulesOperations -> seq<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>
<Extension()>
Public Function ListBySubscription (operations As IAlertRulesOperations) As IEnumerable(Of AlertRuleResource)
Parameters
- operations
- IAlertRulesOperations
The operations group for this extension method.