Mono<PageList> |
PageBlobAsyncClient.getManagedDiskPageRangesDiff(BlobRange blobRange,
String prevSnapshotUrl) |
This API only works for managed disk accounts.
|
Mono<com.azure.core.http.rest.Response<PageList>> |
PageBlobAsyncClient.getManagedDiskPageRangesDiffWithResponse(BlobRange blobRange,
String prevSnapshotUrl,
BlobRequestConditions requestConditions) |
This API only works for managed disk accounts.
|
com.azure.core.http.rest.Response<PageList> |
PageBlobClient.getManagedDiskPageRangesDiffWithResponse(BlobRange blobRange,
String prevSnapshotUrl,
BlobRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
This API only works for managed disk accounts.
|
Mono<PageList> |
PageBlobAsyncClient.getPageRanges(BlobRange blobRange) |
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
Mono<PageList> |
PageBlobAsyncClient.getPageRangesDiff(BlobRange blobRange,
String prevSnapshot) |
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
|
Mono<com.azure.core.http.rest.Response<PageList>> |
PageBlobAsyncClient.getPageRangesDiffWithResponse(BlobRange blobRange,
String prevSnapshot,
BlobRequestConditions requestConditions) |
Gets the collection of page ranges that differ between a specified snapshot and this page blob.
|
com.azure.core.http.rest.Response<PageList> |
PageBlobClient.getPageRangesDiffWithResponse(BlobRange blobRange,
String prevSnapshot,
BlobRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
This API only works for managed disk accounts.
|
Mono<com.azure.core.http.rest.Response<PageList>> |
PageBlobAsyncClient.getPageRangesWithResponse(BlobRange blobRange,
BlobRequestConditions requestConditions) |
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
|
com.azure.core.http.rest.Response<PageList> |
PageBlobClient.getPageRangesWithResponse(BlobRange blobRange,
BlobRequestConditions requestConditions,
Duration timeout,
com.azure.core.util.Context context) |
Returns the list of valid page ranges for a page blob or snapshot of a page blob.
|