Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Class and Description |
---|---|
class |
AppendBlobURL
Represents a URL to an append blob.
|
class |
BlockBlobURL
Represents a URL to a block blob.
|
class |
PageBlobURL
Represents a URL to a page blob.
|
Modifier and Type | Method and Description |
---|---|
BlobURL |
ContainerURL.createBlobURL(String blobName)
Creates a new BlobURL object by concatenating blobName to the end of
ContainerURL's URL.
|
BlobURL |
BlobURL.withPipeline(com.microsoft.rest.v2.http.HttpPipeline pipeline)
Creates a new
BlobURL with the given pipeline. |
BlobURL |
BlobURL.withSnapshot(String snapshot)
Creates a new
BlobURL with the given snapshot. |
This documentation was released into the public domain.