class Azure::DataShare::Mgmt::V2019_11_01::Models::BlobDataSet
An Azure
storage blob data set.
Attributes
container_name[RW]
@return [String] Container that has the file path.
data_set_id[RW]
@return [String] Unique id for identifying a data set resource
file_path[RW]
@return [String] File path within the source data set
kind[RW]
resource_group[RW]
@return [String] Resource group of storage account
storage_account_name[RW]
@return [String] Storage account name of the source data set
subscription_id[RW]
@return [String] Subscription id of storage account
Private Class Methods
mapper()
click to toggle source
Mapper for BlobDataSet
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_datashare/models/blob_data_set.rb, line 45 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Blob', type: { name: 'Composite', class_name: 'BlobDataSet', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, kind: { client_side_validation: true, required: true, serialized_name: 'kind', type: { name: 'String' } }, container_name: { client_side_validation: true, required: true, serialized_name: 'properties.containerName', type: { name: 'String' } }, data_set_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.dataSetId', type: { name: 'String' } }, file_path: { client_side_validation: true, required: true, serialized_name: 'properties.filePath', type: { name: 'String' } }, resource_group: { client_side_validation: true, required: true, serialized_name: 'properties.resourceGroup', type: { name: 'String' } }, storage_account_name: { client_side_validation: true, required: true, serialized_name: 'properties.storageAccountName', type: { name: 'String' } }, subscription_id: { client_side_validation: true, required: true, serialized_name: 'properties.subscriptionId', type: { name: 'String' } } } } } end
new()
click to toggle source
# File lib/2019-11-01/generated/azure_mgmt_datashare/models/blob_data_set.rb, line 16 def initialize @kind = "Blob" end