Udostępnij za pośrednictwem


SingletonPartitionScheme Class

Definition

Describes the partition scheme of a singleton-partitioned, or non-partitioned service.

[Newtonsoft.Json.JsonObject("Singleton")]
public class SingletonPartitionScheme : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.Partition
[<Newtonsoft.Json.JsonObject("Singleton")>]
type SingletonPartitionScheme = class
    inherit Partition
Public Class SingletonPartitionScheme
Inherits Partition
Inheritance
SingletonPartitionScheme
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SingletonPartitionScheme()

Initializes a new instance of the SingletonPartitionScheme class.

Applies to