class Azure::HealthcareApis::Mgmt::V2020_03_30::Models::ServiceExportConfigurationInfo

Export operation configuration information

Attributes

storage_account_name[RW]

@return [String] The name of the default export storage account.

Private Class Methods

mapper() click to toggle source

Mapper for ServiceExportConfigurationInfo class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2020-03-30/generated/azure_mgmt_healthcare_apis/models/service_export_configuration_info.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ServiceExportConfigurationInfo',
    type: {
      name: 'Composite',
      class_name: 'ServiceExportConfigurationInfo',
      model_properties: {
        storage_account_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'storageAccountName',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end