class Azure::BatchAI::Mgmt::V2018_03_01::Models::ContainerSettings
Settings for the container to be downloaded.
Attributes
image_source_registry[RW]
@return [ImageSourceRegistry] Registry to download the container from.
Public Class Methods
mapper()
click to toggle source
Mapper for ContainerSettings
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-03-01/generated/azure_mgmt_batchai/models/container_settings.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerSettings', type: { name: 'Composite', class_name: 'ContainerSettings', model_properties: { image_source_registry: { client_side_validation: true, required: true, serialized_name: 'imageSourceRegistry', type: { name: 'Composite', class_name: 'ImageSourceRegistry' } } } } } end