Class: Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UserOwnedStorage
- Inherits:
-
Object
- Object
- Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UserOwnedStorage
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-04-18/generated/azure_mgmt_cognitive_services/models/user_owned_storage.rb
Overview
The user owned storage for Cognitive Services account.
Instance Attribute Summary collapse
-
#resource_id ⇒ String
Full resource id of a Microsoft.Storage resource.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for UserOwnedStorage class as Ruby Hash.
Instance Attribute Details
#resource_id ⇒ String
Returns Full resource id of a Microsoft.Storage resource.
16 17 18 |
# File 'lib/2017-04-18/generated/azure_mgmt_cognitive_services/models/user_owned_storage.rb', line 16 def resource_id @resource_id end |
Class Method Details
.mapper ⇒ Object
Mapper for UserOwnedStorage class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2017-04-18/generated/azure_mgmt_cognitive_services/models/user_owned_storage.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UserOwnedStorage', type: { name: 'Composite', class_name: 'UserOwnedStorage', model_properties: { resource_id: { client_side_validation: true, required: false, serialized_name: 'resourceId', type: { name: 'String' } } } } } end |