Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotResponse.headers() |
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotHeaders.withDateProperty(OffsetDateTime dateProperty)
Set the dateProperty value.
|
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotHeaders.withETag(String eTag)
Set the eTag value.
|
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotHeaders.withSnapshot(String snapshot)
Set the snapshot value.
|
BlobsCreateSnapshotHeaders |
BlobsCreateSnapshotHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobsCreateSnapshotResponse(int statusCode,
BlobsCreateSnapshotHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobsCreateSnapshotResponse.
|
Copyright © 2018. All rights reserved.