Package | Description |
---|---|
com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
Modifier and Type | Method and Description |
---|---|
AppendBlobURL |
ContainerURL.createAppendBlobURL(String blobName)
Creates creates a new AppendBlobURL object by concatenating blobName to the end of
ContainerURL's URL.
|
AppendBlobURL |
BlobURL.toAppendBlobURL()
Converts this BlobURL to an
AppendBlobURL object. |
AppendBlobURL |
AppendBlobURL.withPipeline(com.microsoft.rest.v2.http.HttpPipeline pipeline)
Creates a new
AppendBlobURL with the given pipeline. |
AppendBlobURL |
AppendBlobURL.withSnapshot(String snapshot)
Creates a new
AppendBlobURL with the given snapshot. |
This documentation was released into the public domain.