class Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription
Describes how the service is partitioned.
Attributes
PartitionScheme[RW]
Private Class Methods
mapper()
click to toggle source
Mapper for PartitionSchemeDescription
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-07-01-preview/generated/azure_mgmt_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/2017-07-01-preview/generated/azure_mgmt_service_fabric/models/partition_scheme_description.rb, line 20 def initialize @PartitionScheme = "PartitionSchemeDescription" end