SettingsSectionDescription Class

Describes a section in the fabric settings of the cluster.

All required parameters must be populated in order to send to Azure.

Inheritance
SettingsSectionDescription

Constructor

SettingsSectionDescription(*, name: str, parameters: List[azure.mgmt.servicefabricmanagedclusters.models._models_py3.SettingsParameterDescription], **kwargs)

Parameters

name
str
Required

Required. The section name of the fabric settings.

parameters
list[<xref:service_fabric_managed_clusters_management_client.models.SettingsParameterDescription>]
Required

Required. The collection of parameters in the section.