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.ModelSettingsSectionDescription
Constructor
SettingsSectionDescription(*, name: str, parameters: List[_models.SettingsParameterDescription], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The section name of the fabric settings. Required. |
parameters
|
The collection of parameters in the section. Required. |
Variables
Name | Description |
---|---|
name
|
The section name of the fabric settings. Required. |
parameters
|
The collection of parameters in the section. Required. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python