BatchAccountKeysInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. BatchAccountKeysInner
- com.
public class BatchAccountKeysInner
A set of Azure Batch account keys.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
accountName()
Get the Batch account name. |
String |
primary()
Get the primary key associated with the account. |
String |
secondary()
Get the secondary key associated with the account. |
Method Details
accountName
public String accountName()
Get the Batch account name.
Returns:
primary
public String primary()
Get the primary key associated with the account.
Returns:
secondary
public String secondary()
Get the secondary key associated with the account.
Returns: