SingletonPartitionSchemeDescription Class

Definition

SingletonPartitionSchemeDescription.

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

Constructors

SingletonPartitionSchemeDescription()

Initializes a new instance of SingletonPartitionSchemeDescription.

Explicit Interface Implementations

IJsonModel<PartitionSchemeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from PartitionSchemeDescription)
IJsonModel<PartitionSchemeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PartitionSchemeDescription)
IJsonModel<SingletonPartitionSchemeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SingletonPartitionSchemeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PartitionSchemeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PartitionSchemeDescription)
IPersistableModel<PartitionSchemeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from PartitionSchemeDescription)
IPersistableModel<PartitionSchemeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PartitionSchemeDescription)
IPersistableModel<SingletonPartitionSchemeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SingletonPartitionSchemeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SingletonPartitionSchemeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to