Share via


ClusterFabricSettingsParameterDescription Class

Definition

Describes a parameter in fabric settings of the cluster.

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

Constructors

Name Description
ClusterFabricSettingsParameterDescription(String, String)

Initializes a new instance of ClusterFabricSettingsParameterDescription.

Properties

Name Description
Name

The parameter name of fabric setting.

Value

The parameter value of fabric setting.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ClusterFabricSettingsParameterDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterFabricSettingsParameterDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterFabricSettingsParameterDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterFabricSettingsParameterDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterFabricSettingsParameterDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to