AutoscaleSettingResourcePatch Konstruktoren
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.
Überlädt
AutoscaleSettingResourcePatch() |
Initialisiert eine neue instance der AutoscaleSettingResourcePatch-Klasse. |
AutoscaleSettingResourcePatch(IList<AutoscaleProfile>, IDictionary<String, String>, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String) |
Initialisiert eine neue instance der AutoscaleSettingResourcePatch-Klasse. |
AutoscaleSettingResourcePatch()
Initialisiert eine neue instance der AutoscaleSettingResourcePatch-Klasse.
public AutoscaleSettingResourcePatch ();
Public Sub New ()
Gilt für:
AutoscaleSettingResourcePatch(IList<AutoscaleProfile>, IDictionary<String, String>, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String)
Initialisiert eine neue instance der AutoscaleSettingResourcePatch-Klasse.
public AutoscaleSettingResourcePatch (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile> profiles, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification> notifications = default, bool? enabled = default, string name = default, string targetResourceUri = default, string targetResourceLocation = default);
new Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResourcePatch : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification> * Nullable<bool> * string * string * string -> Microsoft.Azure.Management.Monitor.Models.AutoscaleSettingResourcePatch
Public Sub New (profiles As IList(Of AutoscaleProfile), Optional tags As IDictionary(Of String, String) = Nothing, Optional notifications As IList(Of AutoscaleNotification) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional targetResourceUri As String = Nothing, Optional targetResourceLocation As String = Nothing)
Parameter
- profiles
- IList<AutoscaleProfile>
Die Sammlung von Profilen für die automatische Skalierung, die unterschiedliche Skalierungsparameter für verschiedene Zeiträume angeben. Es können maximal 20 Profile angegeben werden.
- tags
- IDictionary<String,String>
Ressourcentags
- notifications
- IList<AutoscaleNotification>
die Sammlung von Benachrichtigungen.
das aktivierte Flag. Gibt an, ob die automatische Skalierung für die Ressource aktiviert ist. Der Standardwert ist ‚true‘.
- name
- String
der Name der Einstellung für die autoskalierte Skalierung.
- targetResourceUri
- String
Der Ressourcenbezeichner der Ressource, der die Einstellung für die autoskalierte Skalierung hinzugefügt werden soll.
- targetResourceLocation
- String
der Speicherort der Ressource, der die Einstellung für die autoskalierte Skalierung hinzugefügt werden soll.
Gilt für:
Azure SDK for .NET