PartitionSchemeDescription Constructor (PartitionSchemeDescription)
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Instantiates a PartitionSchemeDescription class with parameters from another PartitionSchemeDescription object.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
protected PartitionSchemeDescription(
PartitionSchemeDescription other
)
Parameters
other
Type: System.Fabric.Description.PartitionSchemeDescriptionThe partition scheme description from which parameters are copied.
See Also
PartitionSchemeDescription Overload
PartitionSchemeDescription Class
System.Fabric.Description Namespace
Return to top