class Azure::ServiceFabric::V6_3_0_9::Models::SingletonPartitionSchemeDescription
Describes the partition scheme of a singleton-partitioned, or non-partitioned service.
Attributes
PartitionScheme[RW]
Public Class Methods
mapper()
click to toggle source
Mapper for SingletonPartitionSchemeDescription
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.3.0.9/generated/azure_service_fabric/models/singleton_partition_scheme_description.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Singleton', type: { name: 'Composite', class_name: 'SingletonPartitionSchemeDescription', model_properties: { PartitionScheme: { client_side_validation: true, required: true, serialized_name: 'PartitionScheme', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/6.3.0.9/generated/azure_service_fabric/models/singleton_partition_scheme_description.rb, line 17 def initialize @PartitionScheme = "Singleton" end