NamedPartitionSchemeDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Array of size specified by the ‘count’ parameter, for the names of the partitions.
Applies to
Azure SDK for .NET