SettingsSectionDescription 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
SettingsSectionDescription() |
Initializes a new instance of the SettingsSectionDescription class. |
SettingsSectionDescription(String, IList<SettingsParameterDescription>) |
Initializes a new instance of the SettingsSectionDescription class. |
SettingsSectionDescription()
Initializes a new instance of the SettingsSectionDescription class.
public SettingsSectionDescription ();
Public Sub New ()
Applies to
SettingsSectionDescription(String, IList<SettingsParameterDescription>)
Initializes a new instance of the SettingsSectionDescription class.
public SettingsSectionDescription (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription> parameters);
new Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.SettingsParameterDescription> -> Microsoft.Azure.Management.ServiceFabric.Models.SettingsSectionDescription
Public Sub New (name As String, parameters As IList(Of SettingsParameterDescription))
Parameters
- name
- String
The section name of the fabric settings.
- parameters
- IList<SettingsParameterDescription>
The collection of parameters in the section.
Applies to
Azure SDK for .NET