public abstract class StorageServiceKeys extends Object
| Constructor and Description |
|---|
StorageServiceKeys() |
| Modifier and Type | Method and Description |
|---|---|
static StorageServiceKeys |
create(String key1,
String key2) |
abstract String |
key1()
The primary access key for the storage account.
|
abstract String |
key2()
The secondary access key for the storage account.
|
public abstract String key1()
public abstract String key2()
public static StorageServiceKeys create(String key1, String key2)
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.