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