SmartGroupCollectionGetAllOptions Class
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.
The SmartGroupCollectionGetAllOptions.
public class SmartGroupCollectionGetAllOptions
type SmartGroupCollectionGetAllOptions = class
Public Class SmartGroupCollectionGetAllOptions
- Inheritance
-
SmartGroupCollectionGetAllOptions
Constructors
SmartGroupCollectionGetAllOptions() |
Initializes a new instance of SmartGroupCollectionGetAllOptions. |
Properties
MonitorCondition |
Filter by monitor condition which is either 'Fired' or 'Resolved'. Default value is to select all. |
MonitorService |
Filter by monitor service which generates the alert instance. Default value is select all. |
PageCount |
Determines number of alerts returned per page in response. Permissible value is between 1 to 250. When the "includeContent" filter is selected, maximum value allowed is 25. Default value is 25. |
Severity |
Filter by severity. Default value is select all. |
SmartGroupState |
Filter by state of the smart group. Default value is to select all. |
SortBy |
Sort the query results by input field. Default value is sort by 'lastModifiedDateTime'. |
SortOrder |
Sort the query results order in either ascending or descending. Default value is 'desc' for time fields and 'asc' for others. |
TargetResource |
Filter by target resource( which is full ARM ID) Default value is select all. |
TargetResourceGroup |
Filter by target resource group name. Default value is select all. |
TargetResourceType |
Filter by target resource type. Default value is select all. |
TimeRange |
Filter by time range by below listed values. Default value is 1 day. |
Applies to
Azure SDK for .NET