NamedPartitionSchemeDescription Class

Definition

Describes the named partition scheme of the service.

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

Constructors

NamedPartitionSchemeDescription(Int32, IEnumerable<String>)

Initializes a new instance of NamedPartitionSchemeDescription.

Properties

Count

The number of partitions.

Names

Array of size specified by the ‘count’ parameter, for the names of the partitions.

Explicit Interface Implementations

IJsonModel<NamedPartitionSchemeDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NamedPartitionSchemeDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<NamedPartitionSchemeDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NamedPartitionSchemeDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NamedPartitionSchemeDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to