Megosztás a következőn keresztül:


NamedPartitionScheme Constructors

Definition

Overloads

NamedPartitionScheme()

Initializes a new instance of the NamedPartitionScheme class.

NamedPartitionScheme(IList<String>)

Initializes a new instance of the NamedPartitionScheme class.

NamedPartitionScheme()

Initializes a new instance of the NamedPartitionScheme class.

public NamedPartitionScheme ();
Public Sub New ()

Applies to

NamedPartitionScheme(IList<String>)

Initializes a new instance of the NamedPartitionScheme class.

public NamedPartitionScheme (System.Collections.Generic.IList<string> names);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NamedPartitionScheme : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NamedPartitionScheme
Public Sub New (names As IList(Of String))

Parameters

names
IList<String>

Array for the names of the partitions.

Applies to