NamedPartitionScheme Class
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.
Describes the named partition scheme of the service.
[Newtonsoft.Json.JsonObject("Named")]
public class NamedPartitionScheme : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition
[<Newtonsoft.Json.JsonObject("Named")>]
type NamedPartitionScheme = class
inherit Partition
Public Class NamedPartitionScheme
Inherits Partition
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
NamedPartitionScheme() |
Initializes a new instance of the NamedPartitionScheme class. |
NamedPartitionScheme(IList<String>) |
Initializes a new instance of the NamedPartitionScheme class. |
Properties
Names |
Gets or sets array for the names of the partitions. |
Methods
Validate() |
Validate the object. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET