SettingsSectionDescription Class
- java.
lang. Object - com.
azure. resourcemanager. servicefabric. models. SettingsSectionDescription
- com.
Implements
public final class SettingsSectionDescription
implements JsonSerializable<SettingsSectionDescription>
Describes a section in the fabric settings of the cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| SettingsSectionDescription() |
Creates an instance of Settings |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Settings |
fromJson(JsonReader jsonReader)
Reads an instance of Settings |
| String |
name()
Get the name property: The section name of the fabric settings. |
|
List<Settings |
parameters()
Get the parameters property: The collection of parameters in the section. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Settings |
withName(String name)
Set the name property: The section name of the fabric settings. |
|
Settings |
withParameters(List<SettingsParameterDescription> parameters)
Set the parameters property: The collection of parameters in the section. |
Methods inherited from java.lang.Object
Constructor Details
SettingsSectionDescription
public SettingsSectionDescription()
Creates an instance of SettingsSectionDescription class.
Method Details
fromJson
public static SettingsSectionDescription fromJson(JsonReader jsonReader)
Reads an instance of SettingsSectionDescription from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The section name of the fabric settings.
Returns:
parameters
public List<SettingsParameterDescription> parameters()
Get the parameters property: The collection of parameters in the section.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public SettingsSectionDescription withName(String name)
Set the name property: The section name of the fabric settings.
Parameters:
Returns:
withParameters
public SettingsSectionDescription withParameters(List<SettingsParameterDescription> parameters)
Set the parameters property: The collection of parameters in the section.
Parameters:
Returns: