Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
AccountKind |
ServiceGetAccountInfoHeaders.accountKind()
Get the accountKind value.
|
AccountKind |
ContainerGetAccountInfoHeaders.accountKind()
Get the accountKind value.
|
AccountKind |
BlobGetAccountInfoHeaders.accountKind()
Get the accountKind value.
|
static AccountKind |
AccountKind.fromString(String value)
Parses a serialized value to a AccountKind instance.
|
static AccountKind |
AccountKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountKind[] |
AccountKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceGetAccountInfoHeaders |
ServiceGetAccountInfoHeaders.withAccountKind(AccountKind accountKind)
Set the accountKind value.
|
ContainerGetAccountInfoHeaders |
ContainerGetAccountInfoHeaders.withAccountKind(AccountKind accountKind)
Set the accountKind value.
|
BlobGetAccountInfoHeaders |
BlobGetAccountInfoHeaders.withAccountKind(AccountKind accountKind)
Set the accountKind value.
|
This documentation was released into the public domain.