SmartGroup Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SmartGroup() |
Initialise une nouvelle instance de la classe SmartGroup. |
SmartGroup(String, String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, String) |
Initialise une nouvelle instance de la classe SmartGroup. |
SmartGroup()
Initialise une nouvelle instance de la classe SmartGroup.
public SmartGroup ();
Public Sub New ()
S’applique à
SmartGroup(String, String, String, Nullable<Int64>, String, String, Nullable<DateTime>, Nullable<DateTime>, String, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, IList<SmartGroupAggregatedProperty>, String)
Initialise une nouvelle instance de la classe SmartGroup.
public SmartGroup (string id = default, string type = default, string name = default, long? alertsCount = default, string smartGroupState = default, string severity = default, DateTime? startDateTime = default, DateTime? lastModifiedDateTime = default, string lastModifiedUserName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> resources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> resourceTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> resourceGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> monitorServices = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> monitorConditions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> alertStates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> alertSeverities = default, string nextLink = default);
new Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup : string * string * string * Nullable<int64> * string * string * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupAggregatedProperty> * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroup
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional alertsCount As Nullable(Of Long) = Nothing, Optional smartGroupState As String = Nothing, Optional severity As String = Nothing, Optional startDateTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedDateTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedUserName As String = Nothing, Optional resources As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional resourceTypes As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional resourceGroups As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional monitorServices As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional monitorConditions As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional alertStates As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional alertSeverities As IList(Of SmartGroupAggregatedProperty) = Nothing, Optional nextLink As String = Nothing)
Paramètres
- id
- String
ID de ressource Azure
- type
- String
Type de ressource Azure
- name
- String
Nom de la ressource Azure
- smartGroupState
- String
État du groupe intelligent. Les valeurs possibles sont les suivantes : « Nouveau », « Reconnu », « Fermé »
- severity
- String
La gravité du groupe intelligent est la plus élevée (Sev0 >... > Sev4) gravité de toutes les alertes dans le groupe. Les valeurs possibles sont les suivantes : 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4'
Heure de création du groupe intelligent. Date-Time au format ISO-8601.
Heure de la dernière mise à jour du groupe intelligent. Date-Time au format ISO-8601.
- lastModifiedUserName
- String
Dernière modification par nom d’utilisateur.
- resources
- IList<SmartGroupAggregatedProperty>
Résumé des ressources cibles dans le groupe intelligent
- resourceTypes
- IList<SmartGroupAggregatedProperty>
Résumé des types de ressources cibles dans le groupe intelligent
- resourceGroups
- IList<SmartGroupAggregatedProperty>
Résumé des groupes de ressources cibles dans le groupe intelligent
- monitorServices
- IList<SmartGroupAggregatedProperty>
Résumé de monitorServices dans le groupe intelligent
- monitorConditions
- IList<SmartGroupAggregatedProperty>
Résumé des monitorConditions dans le groupe intelligent
- alertStates
- IList<SmartGroupAggregatedProperty>
Résumé des alertStates dans le groupe intelligent
- alertSeverities
- IList<SmartGroupAggregatedProperty>
Résumé des alertesSeverities dans le groupe intelligent
- nextLink
- String
URI pour extraire la page d’alertes suivante. Appelez ListNext() avec cet URI pour extraire les alertes de page suivante.
S’applique à
Azure SDK for .NET