SmartGroup コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SmartGroup()
SmartGroup クラスの新しいインスタンスを初期化します。
public SmartGroup ();
Public Sub New ()
適用対象
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)
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)
パラメーター
- id
- String
Azure リソース ID
- type
- String
Azure リソースタイプ
- name
- String
Azure リソース名
- smartGroupState
- String
スマート グループの状態。 使用可能な値は、'New'、'Acknowledged'、'Closed' です。
- severity
- String
スマート グループの重大度が最も高い (Sev0 >... > Sev4) グループ内のすべてのアラートの重大度。 使用できる値は、'Sev0'、'Sev1'、'Sev2'、'Sev3'、'Sev4' です。
- lastModifiedUserName
- String
ユーザー名によって最後に変更されました。
- resources
- IList<SmartGroupAggregatedProperty>
スマート グループ内のターゲット リソースの概要
- resourceTypes
- IList<SmartGroupAggregatedProperty>
スマート グループ内のターゲット リソースの種類の概要
- resourceGroups
- IList<SmartGroupAggregatedProperty>
スマート グループ内のターゲット リソース グループの概要
- monitorServices
- IList<SmartGroupAggregatedProperty>
スマート グループ内の monitorServices の概要
- monitorConditions
- IList<SmartGroupAggregatedProperty>
スマート グループ内の monitorConditions の概要
- alertStates
- IList<SmartGroupAggregatedProperty>
スマート グループ内の alertStates の概要
- alertSeverities
- IList<SmartGroupAggregatedProperty>
スマート グループ内のアラートの概要
- nextLink
- String
アラートの次のページをフェッチする URI。 この URI で ListNext() を呼び出して、次のページのアラートをフェッチします。
適用対象
Azure SDK for .NET