class Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties

The properties of a storage account for a container registry. Only applicable to Classic SKU.

Attributes

id[RW]

@return [String] The resource ID of the storage account.

Public Class Methods

mapper() click to toggle source

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

# File lib/2017-10-01/generated/azure_mgmt_container_registry/models/storage_account_properties.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'StorageAccountProperties',
    type: {
      name: 'Composite',
      class_name: 'StorageAccountProperties',
      model_properties: {
        id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end