Sets the blob service endpoint, additionally parses it for information (SAS token) staticHttpLogOptionsgetDefaultHttpLogOptions() Gets the default Storage allowlist log headers and query parameters. BlobServiceClientBuilderhttpClient(HttpClient httpClient) ...
AzureNamedKeyCredentialorAzureSasCredentialorTokenCredentialorstrordict[str,str] orNone The credentials with which to authenticate. This is optional if the account URL already has a SAS token, or the connection string already has shared access key values. The value can be a SAS token string, an...
该值可以是 SAS 令牌字符串、azure.core.credentials 中的 AzureSasCredential 或 AzureNamedKeyCredential 的实例、帐户共享访问密钥或 azure.identity 中的 TokenCredentials 类的实例。此处提供的凭据优先于连接字符串中的凭据。如果使用 AzureNamedKeyCredential 的实例,“name”应为存储帐户名称,“key”应为存储帐户...
: StorageSharedKeyCredential | AnonymousCredential | TokenCredential, options?: StoragePipelineOptions) 參數 url string 指向Azure 儲存體 Blob 服務的用戶端字串,例如 「 https://myaccount.blob.core.windows.net" ;。 如果使用 AnonymousCredential,您可以附加 SAS,例如 「 https://myaccount.blob.core....
Generates an account SAS for the Azure Storage account using the specifiedAccountSasSignatureValues. StorageAccountInfogetAccountInfo() Returns the sku name and account kind for the account. Response<StorageAccountInfo>getAccountInfoWithResponse(Duration timeout, Context context) ...
AzureNamedKeyCredentialorAzureSasCredentialorAsyncTokenCredentialorstrordict[str,str] orNone The credentials with which to authenticate. This is optional if the account URL already has a SAS token, or the connection string already has shared access key values. The value can be a SAS token string...
: StorageSharedKeyCredential | AnonymousCredential | TokenCredential, options?: StoragePipelineOptions) 參數 url string 指向Azure 儲存體 Blob 服務的用戶端字串,例如 「 https://myaccount.blob.core.windows.net" ;。 如果使用 AnonymousCredential,您可以附加 SAS,例如 「 https://myaccount.blob.core....
The credentials with which to authenticate. This is optional if the account URL already has a SAS token. The value can be a SAS token string, an instance of a AzureSasCredential or AzureNamedKeyCredential from azure.core.credentials, an account shared access key, or an instanc...
If status code is 409, a container with the same name already existed at this location.createBlobContainerWithResponse public Response createBlobContainerWithResponse(String containerName, Map metadata, PublicAccessType accessType, Context context) Creates a new container within a storage account. If ...
If status code is 409, a container with the same name already existed at this location.createBlobContainerWithResponse public Response createBlobContainerWithResponse(String containerName, Map metadata, PublicAccessType accessType, Context context) Creates a new container within a storage account. If ...