PartitionSchemeDescription 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
PartitionSchemeDescription(PartitionScheme) |
Instantiates a PartitionSchemeDescription class. |
PartitionSchemeDescription(PartitionSchemeDescription) |
Instantiates a PartitionSchemeDescription class with parameters from another PartitionSchemeDescription object. |
PartitionSchemeDescription(PartitionScheme)
Instantiates a PartitionSchemeDescription class.
protected PartitionSchemeDescription (System.Fabric.Description.PartitionScheme scheme);
new System.Fabric.Description.PartitionSchemeDescription : System.Fabric.Description.PartitionScheme -> System.Fabric.Description.PartitionSchemeDescription
Protected Sub New (scheme As PartitionScheme)
Parameters
- scheme
- PartitionScheme
PartitionScheme defines the kind of partition scheme.
Applies to
PartitionSchemeDescription(PartitionSchemeDescription)
Instantiates a PartitionSchemeDescription class with parameters from another PartitionSchemeDescription object.
protected PartitionSchemeDescription (System.Fabric.Description.PartitionSchemeDescription other);
new System.Fabric.Description.PartitionSchemeDescription : System.Fabric.Description.PartitionSchemeDescription -> System.Fabric.Description.PartitionSchemeDescription
Protected Sub New (other As PartitionSchemeDescription)
Parameters
The partition scheme description from which parameters are copied.
Applies to
Azure SDK for .NET