Package | Description |
---|---|
com.azure.storage.blob.sas |
Package containing SAS (shared access signature) classes used by Azure Storage Blobs.
|
Modifier and Type | Method and Description |
---|---|
static BlobSasServiceVersion |
BlobSasServiceVersion.getLatest()
Deprecated.
Gets the latest Sas service version supported by this client library
|
static BlobSasServiceVersion |
BlobSasServiceVersion.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BlobSasServiceVersion[] |
BlobSasServiceVersion.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.