public static enum AzureConfigurationParserUtils.AzureConnectionKey extends Enum<AzureConfigurationParserUtils.AzureConnectionKey>
| Enum Constant and Description |
|---|
ACCOUNT_KEY |
ACCOUNT_NAME |
BLOB_ENDPOINT |
CONTAINER_NAME |
DEFAULT_ENDPOINTS_PROTOCOL |
DIRECTORY |
| Modifier and Type | Method and Description |
|---|---|
String |
text() |
static AzureConfigurationParserUtils.AzureConnectionKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureConfigurationParserUtils.AzureConnectionKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AzureConfigurationParserUtils.AzureConnectionKey DEFAULT_ENDPOINTS_PROTOCOL
public static final AzureConfigurationParserUtils.AzureConnectionKey ACCOUNT_NAME
public static final AzureConfigurationParserUtils.AzureConnectionKey ACCOUNT_KEY
public static final AzureConfigurationParserUtils.AzureConnectionKey BLOB_ENDPOINT
public static final AzureConfigurationParserUtils.AzureConnectionKey CONTAINER_NAME
public static final AzureConfigurationParserUtils.AzureConnectionKey DIRECTORY
public static AzureConfigurationParserUtils.AzureConnectionKey[] values()
for (AzureConfigurationParserUtils.AzureConnectionKey c : AzureConfigurationParserUtils.AzureConnectionKey.values()) System.out.println(c);
public static AzureConfigurationParserUtils.AzureConnectionKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String text()
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.