Partager via


AutoscaleSettingResourcePatch Constructeurs

Définition

Surcharges

AutoscaleSettingResourcePatch()

Initialise une nouvelle instance de la classe AutoscaleSettingResourcePatch.

AutoscaleSettingResourcePatch(IList<AutoscaleProfile>, IDictionary<String, String>, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String)

Initialise une nouvelle instance de la classe AutoscaleSettingResourcePatch.

AutoscaleSettingResourcePatch()

Initialise une nouvelle instance de la classe AutoscaleSettingResourcePatch.

public AutoscaleSettingResourcePatch ();
Public Sub New ()

S’applique à

AutoscaleSettingResourcePatch(IList<AutoscaleProfile>, IDictionary<String, String>, IList<AutoscaleNotification>, Nullable<Boolean>, String, String, String)

Initialise une nouvelle instance de la classe AutoscaleSettingResourcePatch.

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)

Paramètres

profiles
IList<AutoscaleProfile>

collection de profils de mise à l’échelle automatiques qui spécifient différents paramètres de mise à l’échelle pour différentes périodes. Au plus 20 profils peuvent être spécifiés.

tags
IDictionary<String,String>

Balises de ressource

notifications
IList<AutoscaleNotification>

collection de notifications.

enabled
Nullable<Boolean>

indicateur activé. Spécifie si la mise à l'échelle automatique est activée pour la ressource. La valeur par défaut est « true ».

name
String

nom du paramètre de mise à l’échelle automatique.

targetResourceUri
String

identificateur de ressource de la ressource à laquelle le paramètre de mise à l’échelle automatique doit être ajouté.

targetResourceLocation
String

emplacement de la ressource à laquelle le paramètre de mise à l’échelle automatique doit être ajouté.

S’applique à