class Azure::ServiceFabric::V6_3_0_9::Models::PartitionSchemeDescription
Describes how the service is partitioned.
Attributes
PartitionScheme[RW]
Public Class Methods
mapper()
click to toggle source
Mapper for PartitionSchemeDescription
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/6.3.0.9/generated/azure_service_fabric/models/partition_scheme_description.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PartitionSchemeDescription', type: { name: 'Composite', polymorphic_discriminator: 'PartitionScheme', uber_parent: 'PartitionSchemeDescription', class_name: 'PartitionSchemeDescription', model_properties: { } } } end
new()
click to toggle source
# File lib/6.3.0.9/generated/azure_service_fabric/models/partition_scheme_description.rb, line 20 def initialize @PartitionScheme = "PartitionSchemeDescription" end