class Azure::ADHybridHealthService::Mgmt::V2014_01_01::Models::GlobalConfigurations
The list of global configurations.
Attributes
value[RW]
@return [Array<GlobalConfiguration>] The value returned by the operation.
Private Class Methods
mapper()
click to toggle source
Mapper for GlobalConfigurations
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2014-01-01/generated/azure_mgmt_adhybridhealth_service/models/global_configurations.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GlobalConfigurations', type: { name: 'Composite', class_name: 'GlobalConfigurations', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'GlobalConfigurationElementType', type: { name: 'Composite', class_name: 'GlobalConfiguration' } } } } } } } end