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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET