ArmServiceFabricModelFactory.SettingsSectionDescription Method
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.
Describes a section in the fabric settings of the cluster.
public static Azure.ResourceManager.ServiceFabric.Models.SettingsSectionDescription SettingsSectionDescription(string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabric.Models.SettingsParameterDescription> parameters = default);
static member SettingsSectionDescription : string * seq<Azure.ResourceManager.ServiceFabric.Models.SettingsParameterDescription> -> Azure.ResourceManager.ServiceFabric.Models.SettingsSectionDescription
Public Shared Function SettingsSectionDescription (Optional name As String = Nothing, Optional parameters As IEnumerable(Of SettingsParameterDescription) = Nothing) As SettingsSectionDescription
Parameters
- name
- String
The section name of the fabric settings.
- parameters
- IEnumerable<SettingsParameterDescription>
The collection of parameters in the section.
Returns
A new SettingsSectionDescription instance for mocking.