Class: Azure::DataMigration::Mgmt::V2018_04_19::Models::BlobShare
- Inherits:
-
Object
- Object
- Azure::DataMigration::Mgmt::V2018_04_19::Models::BlobShare
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-04-19/generated/azure_mgmt_data_migration/models/blob_share.rb
Overview
Blob container storage information.
Instance Attribute Summary collapse
-
#sas_uri ⇒ String
SAS URI of Azure Storage Account Container.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for BlobShare class as Ruby Hash.
Instance Attribute Details
#sas_uri ⇒ String
Returns SAS URI of Azure Storage Account Container.
16 17 18 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/blob_share.rb', line 16 def sas_uri @sas_uri end |
Class Method Details
.mapper ⇒ Object
Mapper for BlobShare 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/2018-04-19/generated/azure_mgmt_data_migration/models/blob_share.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BlobShare', type: { name: 'Composite', class_name: 'BlobShare', model_properties: { sas_uri: { client_side_validation: true, required: true, serialized_name: 'sasUri', type: { name: 'String' } } } } } end |