Megosztás a következőn keresztül:


NamedPartitionScheme Class

Definition

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
NamedPartitionScheme
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