StorageClient class
A StorageClient represents a based URL class for <xref:BlobServiceClient>, <xref:ContainerClient> and etc.
Properties
account |
|
credential | Such as AnonymousCredential, StorageSharedKeyCredential or any credential from the |
url | Encoded URL string value. |
Property Details
accountName
accountName: string
Property Value
string
credential
Such as AnonymousCredential, StorageSharedKeyCredential or any credential from the @azure/identity
package to authenticate requests to the service. You can also provide an object that implements the TokenCredential interface. If not specified, AnonymousCredential is used.
credential: StorageSharedKeyCredential | AnonymousCredential | TokenCredential
Property Value
StorageSharedKeyCredential | AnonymousCredential | TokenCredential
url
Encoded URL string value.
url: string
Property Value
string
Azure SDK for JavaScript