Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class 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 .
Generated from protobuf message google.storagetransfer.v1.AzureBlobStorageData
Namespace
Google \ Cloud \ StorageTransfer \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ storage_account
string
Required. The name of the Azure Storage account.
↳ azure_credentials
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
string
Required. The container to transfer from the Azure Storage account.
↳ path
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 '/'.
↳ credentials_secret
string
Optional. The Resource name of a secret in Secret Manager. The Azure SAS token must be stored in Secret Manager in JSON format: { "sas_token" : "SAS_TOKEN" } GoogleServiceAccount
must be granted roles/secretmanager.secretAccessor
for the resource. See Configure access to a source: Microsoft Azure Blob Storage
for more information. If credentials_secret
is specified, do not specify azure_credentials
. Format: projects/{project_number}/secrets/{secret_name}
↳ federated_identity_config
AzureBlobStorageData\FederatedIdentityConfig
Optional. Federated identity config of a user registered Azure application. If federated_identity_config
is specified, do not specify azure_credentials
or credentials_secret
.
getStorageAccount
Required. The name of the Azure Storage account.
string
setStorageAccount
Required. The name of the Azure Storage account.
var
string
$this
getAzureCredentials
Required. Input only. Credentials used to authenticate API requests to Azure.
For information on our data retention policy for user credentials, see User credentials .
hasAzureCredentials
clearAzureCredentials
setAzureCredentials
Required. Input only. Credentials used to authenticate API requests to Azure.
For information on our data retention policy for user credentials, see User credentials .
$this
getContainer
Required. The container to transfer from the Azure Storage account.
string
setContainer
Required. The container to transfer from the Azure Storage account.
var
string
$this
getPath
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
setPath
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 '/'.
var
string
$this
getCredentialsSecret
Optional. The Resource name of a secret in Secret Manager.
The Azure SAS token must be stored in Secret Manager in JSON format:
{
"sas_token" : "SAS_TOKEN"
} GoogleServiceAccount
must
be granted roles/secretmanager.secretAccessor
for the resource.
See Configure access to a source: Microsoft Azure Blob Storage
for more information.
If credentials_secret
is specified, do not specify azure_credentials
.
Format: projects/{project_number}/secrets/{secret_name}
string
setCredentialsSecret
Optional. The Resource name of a secret in Secret Manager.
The Azure SAS token must be stored in Secret Manager in JSON format:
{
"sas_token" : "SAS_TOKEN"
} GoogleServiceAccount
must
be granted roles/secretmanager.secretAccessor
for the resource.
See Configure access to a source: Microsoft Azure Blob Storage
for more information.
If credentials_secret
is specified, do not specify azure_credentials
.
Format: projects/{project_number}/secrets/{secret_name}
var
string
$this
getFederatedIdentityConfig
Optional. Federated identity config of a user registered Azure application.
If federated_identity_config
is specified, do not specify azure_credentials
or credentials_secret
.
hasFederatedIdentityConfig
clearFederatedIdentityConfig
setFederatedIdentityConfig
Optional. Federated identity config of a user registered Azure application.
If federated_identity_config
is specified, do not specify azure_credentials
or credentials_secret
.
$this