SettingsParameterDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a parameter in fabric settings of the cluster.
public class SettingsParameterDescription
public class SettingsParameterDescription : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.Models.SettingsParameterDescription>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.Models.SettingsParameterDescription>
type SettingsParameterDescription = class
type SettingsParameterDescription = class
interface IJsonModel<SettingsParameterDescription>
interface IPersistableModel<SettingsParameterDescription>
Public Class SettingsParameterDescription
Public Class SettingsParameterDescription
Implements IJsonModel(Of SettingsParameterDescription), IPersistableModel(Of SettingsParameterDescription)
- Inheritance
-
SettingsParameterDescription
- Implements
Constructors
SettingsParameterDescription(String, String) |
Initializes a new instance of SettingsParameterDescription. |
Properties
Name |
The parameter name of fabric setting. |
Value |
The parameter value of fabric setting. |
Explicit Interface Implementations
IJsonModel<SettingsParameterDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SettingsParameterDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SettingsParameterDescription>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SettingsParameterDescription>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SettingsParameterDescription>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET