ArmAlertsManagementModelFactory.SmartGroupModificationProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von SmartGroupModificationProperties.
public static Azure.ResourceManager.AlertsManagement.Models.SmartGroupModificationProperties SmartGroupModificationProperties (Guid? smartGroupId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AlertsManagement.Models.SmartGroupModificationItemInfo> modifications = default, string nextLink = default);
static member SmartGroupModificationProperties : Nullable<Guid> * seq<Azure.ResourceManager.AlertsManagement.Models.SmartGroupModificationItemInfo> * string -> Azure.ResourceManager.AlertsManagement.Models.SmartGroupModificationProperties
Public Shared Function SmartGroupModificationProperties (Optional smartGroupId As Nullable(Of Guid) = Nothing, Optional modifications As IEnumerable(Of SmartGroupModificationItemInfo) = Nothing, Optional nextLink As String = Nothing) As SmartGroupModificationProperties
Parameter
- modifications
- IEnumerable<SmartGroupModificationItemInfo>
Änderungsdetails.
- nextLink
- String
URL zum Abrufen des nächsten Resultsets.
Gibt zurück
Eine neue SmartGroupModificationProperties instance zum Simulieren.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET