ConfigDataProperties 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
ConfigDataProperties() |
Initializes a new instance of the ConfigDataProperties class. |
ConfigDataProperties(IDictionary<String,Object>, Nullable<Boolean>, String) |
Initializes a new instance of the ConfigDataProperties class. |
ConfigDataProperties()
Initializes a new instance of the ConfigDataProperties class.
public ConfigDataProperties ();
Public Sub New ()
Applies to
ConfigDataProperties(IDictionary<String,Object>, Nullable<Boolean>, String)
Initializes a new instance of the ConfigDataProperties class.
public ConfigDataProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, bool? exclude = default, string lowCpuThreshold = default);
new Microsoft.Azure.Management.Advisor.Models.ConfigDataProperties : System.Collections.Generic.IDictionary<string, obj> * Nullable<bool> * string -> Microsoft.Azure.Management.Advisor.Models.ConfigDataProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional exclude As Nullable(Of Boolean) = Nothing, Optional lowCpuThreshold As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
Exclude the resource from Advisor evaluations. Valid values: False (default) or True.
- lowCpuThreshold
- String
Minimum percentage threshold for Advisor low CPU utilization evaluation. Valid only for subscriptions. Valid values: 5 (default), 10, 15 or 20.
Applies to
Azure SDK for .NET