SmartGroupModificationProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET