ClusterFabricSettingsSection Class

Definition

Describes a section in the fabric settings of the cluster.

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

Constructors

ClusterFabricSettingsSection(String, IEnumerable<ClusterFabricSettingsParameterDescription>)

Initializes a new instance of ClusterFabricSettingsSection.

Properties

Name

The section name of the fabric settings.

Parameters

The collection of parameters in the section.

Explicit Interface Implementations

IJsonModel<ClusterFabricSettingsSection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterFabricSettingsSection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterFabricSettingsSection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterFabricSettingsSection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterFabricSettingsSection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to