public abstract class AzureManager<T,K> extends Object implements ResourceManager<T,K>
| Modifier and Type | Field and Description |
|---|---|
protected com.microsoft.azure.management.Azure |
azure |
protected AzureProperties |
azureProperties |
| Constructor and Description |
|---|
AzureManager(com.microsoft.azure.management.Azure azure,
AzureProperties azureProperties) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(K key) |
boolean |
exists(K key) |
T |
get(K key) |
T |
getOrCreate(K key) |
protected final AzureProperties azureProperties
protected final com.microsoft.azure.management.Azure azure
public AzureManager(@NonNull
com.microsoft.azure.management.Azure azure,
@NonNull
AzureProperties azureProperties)
public boolean exists(K key)
exists in interface ResourceManager<T,K>public T getOrCreate(K key)
getOrCreate in interface ResourceManager<T,K>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.