Share via


NamedPartitionSchemeDescription Constructors

Definition

Overloads

NamedPartitionSchemeDescription()

Initializes a new instance of the NamedPartitionSchemeDescription class.

NamedPartitionSchemeDescription(Int32, IList<String>)

Initializes a new instance of the NamedPartitionSchemeDescription class.

NamedPartitionSchemeDescription()

Initializes a new instance of the NamedPartitionSchemeDescription class.

public NamedPartitionSchemeDescription ();
Public Sub New ()

Applies to

NamedPartitionSchemeDescription(Int32, IList<String>)

Initializes a new instance of the NamedPartitionSchemeDescription class.

public NamedPartitionSchemeDescription (int count, System.Collections.Generic.IList<string> names);
new Microsoft.Azure.Management.ServiceFabric.Models.NamedPartitionSchemeDescription : int * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ServiceFabric.Models.NamedPartitionSchemeDescription
Public Sub New (count As Integer, names As IList(Of String))

Parameters

count
Int32

The number of partitions.

names
IList<String>

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

Applies to