Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::V1::AzureBlobStorageData.
An AzureBlobStorageData resource can be a data source, but not a data sink. An AzureBlobStorageData resource represents one Azure container. The storage account determines the Azure endpoint. In an AzureBlobStorageData resource, a blobs's name is the Azure Blob Storage blob's key name.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#azure_credentials
def azure_credentials() -> ::Google::Cloud::StorageTransfer::V1::AzureCredentials
-
(::Google::Cloud::StorageTransfer::V1::AzureCredentials) — Required. Input only. Credentials used to authenticate API requests to Azure.
For information on our data retention policy for user credentials, see User credentials.
#azure_credentials=
def azure_credentials=(value) -> ::Google::Cloud::StorageTransfer::V1::AzureCredentials
-
value (::Google::Cloud::StorageTransfer::V1::AzureCredentials) — Required. Input only. Credentials used to authenticate API requests to Azure.
For information on our data retention policy for user credentials, see User credentials.
-
(::Google::Cloud::StorageTransfer::V1::AzureCredentials) — Required. Input only. Credentials used to authenticate API requests to Azure.
For information on our data retention policy for user credentials, see User credentials.
#container
def container() -> ::String
- (::String) — Required. The container to transfer from the Azure Storage account.
#container=
def container=(value) -> ::String
- value (::String) — Required. The container to transfer from the Azure Storage account.
- (::String) — Required. The container to transfer from the Azure Storage account.
#path
def path() -> ::String
-
(::String) — Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
#path=
def path=(value) -> ::String
-
value (::String) — Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
-
(::String) — Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
#storage_account
def storage_account() -> ::String
- (::String) — Required. The name of the Azure Storage account.
#storage_account=
def storage_account=(value) -> ::String
- value (::String) — Required. The name of the Azure Storage account.
- (::String) — Required. The name of the Azure Storage account.