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:
the accountName value
primary
public String primary()
Get the primary key associated with the account.
Returns:
the primary value
secondary
public String secondary()
Get the secondary key associated with the account.
Returns:
the secondary value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java