NamedPartitionScheme Class

Describes the named partition scheme of the service.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.servicefabricmanagedclusters.models._models_py3.Partition
NamedPartitionScheme

Constructor

NamedPartitionScheme(*, names: List[str], **kwargs)

Parameters

partition_scheme
str or <xref:service_fabric_managed_clusters_management_client.models.PartitionScheme>
Required

Required. Specifies how the service is partitioned.Constant filled by server. Possible values include: "Singleton", "UniformInt64Range", "Named".

names
list[str]
Required

Required. Array for the names of the partitions.