|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.soyatec.windowsazure.management.StorageAccountKey
public class StorageAccountKey
The class contains the account keys for accessing the Windows Azure storage services.
| Constructor Summary | |
|---|---|
StorageAccountKey()
Construct a new StorageAccountKey object. |
|
StorageAccountKey(java.lang.String primaryKey,
java.lang.String secondaryKey)
Construct a new StorageAccountKey object with a primary key and secondary key. |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey(java.lang.String type)
Get the key of the type. |
java.lang.String |
getPrimaryKey()
|
java.lang.String |
getSecondaryKey()
|
void |
setPrimaryKey(java.lang.String primaryKey)
Set the primaryKey of StorageAccountKey. |
void |
setSecondaryKey(java.lang.String secondaryKey)
Set the secondaryKey of StorageAccountKey. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StorageAccountKey(java.lang.String primaryKey,
java.lang.String secondaryKey)
public StorageAccountKey()
| Method Detail |
|---|
public java.lang.String getPrimaryKey()
public void setPrimaryKey(java.lang.String primaryKey)
primaryKey - public java.lang.String getSecondaryKey()
public void setSecondaryKey(java.lang.String secondaryKey)
secondaryKey - public java.lang.String getKey(java.lang.String type)
type -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||