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
azure.mgmt.servicefabric._serialization.Model
SettingsSectionDescription

Constructor

SettingsSectionDescription(*, name: str, parameters: List[_models.SettingsParameterDescription], **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The section name of the fabric settings. Required.

parameters

The collection of parameters in the section. Required.

Variables

Name Description
name
str

The section name of the fabric settings. Required.

parameters

The collection of parameters in the section. Required.