Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
static SkuName |
SkuName.fromString(String value)
Parses a serialized value to a SkuName instance.
|
SkuName |
ContainerGetAccountInfoHeaders.skuName()
Get the skuName value.
|
SkuName |
ServiceGetAccountInfoHeaders.skuName()
Get the skuName value.
|
SkuName |
BlobGetAccountInfoHeaders.skuName()
Get the skuName value.
|
static SkuName |
SkuName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkuName[] |
SkuName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainerGetAccountInfoHeaders |
ContainerGetAccountInfoHeaders.withSkuName(SkuName skuName)
Set the skuName value.
|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withSkuName(SkuName skuName)
Set the skuName value.
|
BlobGetAccountInfoHeaders |
BlobGetAccountInfoHeaders.withSkuName(SkuName skuName)
Set the skuName value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.