SettingsSectionDescription Class

Definition

Describes a section in the fabric settings of the cluster.

public class SettingsSectionDescription
public class SettingsSectionDescription : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.SettingsSectionDescription>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.SettingsSectionDescription>
type SettingsSectionDescription = class
type SettingsSectionDescription = class
    interface IJsonModel<SettingsSectionDescription>
    interface IPersistableModel<SettingsSectionDescription>
Public Class SettingsSectionDescription
Public Class SettingsSectionDescription
Implements IJsonModel(Of SettingsSectionDescription), IPersistableModel(Of SettingsSectionDescription)
Inheritance
SettingsSectionDescription
Implements

Constructors

SettingsSectionDescription(String, IEnumerable<SettingsParameterDescription>)

Initializes a new instance of SettingsSectionDescription.

Properties

Name

The section name of the fabric settings.

Parameters

The collection of parameters in the section.

Explicit Interface Implementations

IJsonModel<SettingsSectionDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SettingsSectionDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SettingsSectionDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SettingsSectionDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SettingsSectionDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to