NamedPartitionScheme Class

Definition

Describes the named partition scheme of the service.

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

Constructors

NamedPartitionScheme(IEnumerable<String>)

Initializes a new instance of NamedPartitionScheme.

Properties

Names

Array for the names of the partitions.

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<NamedPartitionScheme>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NamedPartitionScheme>.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<NamedPartitionScheme>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NamedPartitionScheme>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NamedPartitionScheme>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to