Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobCreateSnapshotHeaders |
BlobCreateSnapshotResponse.headers() |
BlobCreateSnapshotHeaders |
BlobCreateSnapshotHeaders.withDate(OffsetDateTime date)
Set the date value.
|
BlobCreateSnapshotHeaders |
BlobCreateSnapshotHeaders.withETag(String eTag)
Set the eTag value.
|
BlobCreateSnapshotHeaders |
BlobCreateSnapshotHeaders.withLastModified(OffsetDateTime lastModified)
Set the lastModified value.
|
BlobCreateSnapshotHeaders |
BlobCreateSnapshotHeaders.withRequestId(String requestId)
Set the requestId value.
|
BlobCreateSnapshotHeaders |
BlobCreateSnapshotHeaders.withSnapshot(String snapshot)
Set the snapshot value.
|
BlobCreateSnapshotHeaders |
BlobCreateSnapshotHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
BlobCreateSnapshotResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
BlobCreateSnapshotHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of BlobCreateSnapshotResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.