共用方式為


SmartGroupModificationProperties Constructors

Definition

Overloads

SmartGroupModificationProperties()

Initializes a new instance of the SmartGroupModificationProperties class.

SmartGroupModificationProperties(String, IList<SmartGroupModificationItem>, String)

Initializes a new instance of the SmartGroupModificationProperties class.

SmartGroupModificationProperties()

Initializes a new instance of the SmartGroupModificationProperties class.

public SmartGroupModificationProperties ();
Public Sub New ()

Applies to

SmartGroupModificationProperties(String, IList<SmartGroupModificationItem>, String)

Initializes a new instance of the SmartGroupModificationProperties class.

public SmartGroupModificationProperties (string smartGroupId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationItem> modifications = default, string nextLink = default);
new Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationItem> * string -> Microsoft.Azure.Management.AlertsManagement.Models.SmartGroupModificationProperties
Public Sub New (Optional smartGroupId As String = Nothing, Optional modifications As IList(Of SmartGroupModificationItem) = Nothing, Optional nextLink As String = Nothing)

Parameters

smartGroupId
String

Unique Id of the smartGroup for which the history is being retrieved

modifications
IList<SmartGroupModificationItem>

Modification details

nextLink
String

URL to fetch the next set of results.

Applies to