Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
PageBlobURL |
ContainerURL.createPageBlobURL(String blobName)
Creates creates a new PageBlobURL object by concatenating blobName to the end of
ContainerURL's URL.
|
PageBlobURL |
BlobURL.toPageBlobURL()
Converts this BlobURL to a
PageBlobURL object. |
PageBlobURL |
PageBlobURL.withPipeline(com.microsoft.rest.v2.http.HttpPipeline pipeline)
Creates a new
PageBlobURL with the given pipeline. |
PageBlobURL |
PageBlobURL.withSnapshot(String snapshot)
Creates a new
PageBlobURL with the given snapshot. |
This documentation was released into the public domain.