BatchAccountKeys Class
- java.
lang. Object - com.
microsoft. azure. management. batch. BatchAccountKeys
- com.
public class BatchAccountKeys
This class represents the access keys for the batch account.
Constructor Summary
Constructor | Description |
---|---|
BatchAccountKeys(String primaryKey, String secondaryKey) |
Constructor for the class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
primary()
Get the primary value. |
java.lang.String |
secondary()
Get the secondary value. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
BatchAccountKeys
public BatchAccountKeys(String primaryKey, String secondaryKey)
Constructor for the class.
Parameters:
primaryKey
- primary key value for the batch account
secondaryKey
- secondary key value for the batch account
Method Details
primary
public String primary()
Get the primary value.
Returns:
the primary value
secondary
public String secondary()
Get the secondary value.
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