| Modifier and Type | Method and Description |
|---|---|
Environment |
EnvironmentProvider.getEnvironment() |
static Environment |
Environment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Environment |
AzureProperties.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
AzureProperties.setEnvironment(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
DefaultEnvironmentProvider.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEnvironmentProvider.setEnvironment(Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
static String |
StorageConnectionStringProvider.getConnectionString(com.microsoft.azure.management.storage.StorageAccount storageAccount,
Environment environment) |
static String |
StorageConnectionStringProvider.getConnectionString(String storageAccount,
String accessKey,
Environment environment) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.