SingletonPartitionScheme Class

Definition

SingletonPartitionScheme.

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

Constructors

SingletonPartitionScheme()

Initializes a new instance of SingletonPartitionScheme.

Explicit Interface Implementations

IJsonModel<ManagedServicePartitionScheme>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ManagedServicePartitionScheme)
IJsonModel<SingletonPartitionScheme>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SingletonPartitionScheme>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedServicePartitionScheme>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ManagedServicePartitionScheme)
IPersistableModel<SingletonPartitionScheme>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SingletonPartitionScheme>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SingletonPartitionScheme>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to