Class: Azure::ContainerRegistry::Mgmt::V2019_05_01::Models::StorageAccountProperties
- Inherits:
-
Object
- Object
- Azure::ContainerRegistry::Mgmt::V2019_05_01::Models::StorageAccountProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-05-01/generated/azure_mgmt_container_registry/models/storage_account_properties.rb
Overview
The properties of a storage account for a container registry. Only applicable to Classic SKU.
Instance Attribute Summary collapse
-
#id ⇒ String
The resource ID of the storage account.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for StorageAccountProperties class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
17 18 19 |
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/storage_account_properties.rb', line 17 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for StorageAccountProperties class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2019-05-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 |