Class StorageServiceKeys
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.StorageServiceKeys
-
public abstract class StorageServiceKeys extends Object
-
-
Constructor Summary
Constructors Constructor Description StorageServiceKeys()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
key1
public abstract String key1()
The primary access key for the storage account.
-
key2
public abstract String key2()
The secondary access key for the storage account.
-
create
public static StorageServiceKeys create(String key1, String key2)
-
-