ConfigData 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
ConfigData() |
Initializes a new instance of the ConfigData class. |
ConfigData(String, String, String, ConfigDataProperties) |
Initializes a new instance of the ConfigData class. |
ConfigData()
Initializes a new instance of the ConfigData class.
public ConfigData ();
Public Sub New ()
Applies to
ConfigData(String, String, String, ConfigDataProperties)
Initializes a new instance of the ConfigData class.
public ConfigData (string id = default, string type = default, string name = default, Microsoft.Azure.Management.Advisor.Models.ConfigDataProperties properties = default);
new Microsoft.Azure.Management.Advisor.Models.ConfigData : string * string * string * Microsoft.Azure.Management.Advisor.Models.ConfigDataProperties -> Microsoft.Azure.Management.Advisor.Models.ConfigData
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As ConfigDataProperties = Nothing)
Parameters
- id
- String
The resource Id of the configuration resource.
- type
- String
The type of the configuration resource.
- name
- String
The name of the configuration resource.
- properties
- ConfigDataProperties
The list of property name/value pairs.
Applies to
Azure SDK for .NET