SmartGroup Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SmartGroup() |
Inicializa una nueva instancia de la clase 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) |
Inicializa una nueva instancia de la clase SmartGroup. |
SmartGroup()
Inicializa una nueva instancia de la clase SmartGroup.
public SmartGroup ();
Public Sub New ()
Se aplica a
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)
Inicializa una nueva instancia de la clase 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)
Parámetros
- id
- String
Identificador de recurso de Azure
- type
- String
Tipo de recurso de Azure
- name
- String
Nombre de recurso de Azure
- smartGroupState
- String
Estado del grupo inteligente. Entre los valores posibles se incluyen: "New", "Acknowledged", "Closed"
- severity
- String
La gravedad del grupo inteligente es la más alta(Sev0 >... > Gravedad sev4) de todas las alertas del grupo. Entre los valores posibles se incluyen: 'Sev0', 'Sev1', 'Sev2', 'Sev3', 'Sev4'
Hora de creación del grupo inteligente. Date-Time en formato ISO-8601.
Hora de última actualización del grupo inteligente. Date-Time en formato ISO-8601.
- lastModifiedUserName
- String
Última modificación por nombre de usuario.
- resources
- IList<SmartGroupAggregatedProperty>
Resumen de los recursos de destino en el grupo inteligente
- resourceTypes
- IList<SmartGroupAggregatedProperty>
Resumen de los tipos de recursos de destino en el grupo inteligente
- resourceGroups
- IList<SmartGroupAggregatedProperty>
Resumen de los grupos de recursos de destino en el grupo inteligente
- monitorServices
- IList<SmartGroupAggregatedProperty>
Resumen de monitorServices en el grupo inteligente
- monitorConditions
- IList<SmartGroupAggregatedProperty>
Resumen de monitorConditions en el grupo inteligente
- alertStates
- IList<SmartGroupAggregatedProperty>
Resumen de alertStates en el grupo inteligente
- alertSeverities
- IList<SmartGroupAggregatedProperty>
Resumen de las alertaseveraciones en el grupo inteligente
- nextLink
- String
Identificador URI para capturar la página siguiente de alertas. Llame a ListNext() con este URI para capturar las alertas de la página siguiente.
Se aplica a
Azure SDK for .NET