次の方法で共有


AlertsSummary コンストラクター

定義

オーバーロード

AlertsSummary()

AlertsSummary クラスの新しいインスタンスを初期化します。

AlertsSummary(String, String, String, AlertsSummaryGroup)

AlertsSummary クラスの新しいインスタンスを初期化します。

AlertsSummary()

AlertsSummary クラスの新しいインスタンスを初期化します。

public AlertsSummary ();
Public Sub New ()

適用対象

AlertsSummary(String, String, String, AlertsSummaryGroup)

AlertsSummary クラスの新しいインスタンスを初期化します。

public AlertsSummary (string id = default, string type = default, string name = default, Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroup properties = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummary : string * string * string * Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummaryGroup -> Microsoft.Azure.Management.AlertsManagement.Models.AlertsSummary
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As AlertsSummaryGroup = Nothing)

パラメーター

id
String

Azure リソース ID

type
String

Azure リソースタイプ

name
String

Azure リソース名

properties
AlertsSummaryGroup

適用対象