AutoscaleSettingResourcePatch 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
AutoscaleSettingResourcePatch() | |
AutoscaleSettingResourcePatch(IList<AutoscaleProfile>, IDictionary<String,String>, IList<AutoscaleNotification>, Nullable<Boolean>, String, String) |
AutoscaleSettingResourcePatch()
public AutoscaleSettingResourcePatch ();
Public Sub New ()
Applies to
AutoscaleSettingResourcePatch(IList<AutoscaleProfile>, IDictionary<String,String>, IList<AutoscaleNotification>, Nullable<Boolean>, String, String)
public AutoscaleSettingResourcePatch (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleProfile> profiles, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleNotification> notifications = default, bool? enabled = default, string name = default, string targetResourceUri = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleSettingResourcePatch : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleProfile> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutoscaleNotification> * Nullable<bool> * string * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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)
Parameters
- profiles
- IList<AutoscaleProfile>
- tags
- IDictionary<String,String>
- notifications
- IList<AutoscaleNotification>
- name
- String
- targetResourceUri
- String