Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoResponse.headers() |
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withAccountKind(AccountKind accountKind)
Set the accountKind value.
|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withDate(OffsetDateTime date)
Set the date value.
|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withRequestId(String requestId)
Set the requestId value.
|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withSkuName(SkuName skuName)
Set the skuName value.
|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withVersion(String version)
Set the version value.
|
Constructor and Description |
---|
ServiceGetAccountInfoResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ServiceGetAccountInfoHeaders headers,
Map<String,String> rawHeaders,
Void body)
Creates an instance of ServiceGetAccountInfoResponse.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.