Method: Aws::DataSync::Types::CreateLocationAzureBlobRequest#container_url

Defined in:
lib/aws-sdk-datasync/types.rb

#container_urlString

Specifies the URL of the Azure Blob Storage container involved in your transfer.

Returns:

  • (String)


335
336
337
338
339
340
341
342
343
344
345
346
347
348
# File 'lib/aws-sdk-datasync/types.rb', line 335

class CreateLocationAzureBlobRequest < Struct.new(
  :container_url,
  :authentication_type,
  :sas_configuration,
  :blob_type,
  :access_tier,
  :subdirectory,
  :agent_arns,
  :tags,
  :cmk_secret_config,
  :custom_secret_config)
  SENSITIVE = []
  include Aws::Structure
end