java.lang.Object
com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner
public final class BatchAccountKeysInner
extends Object
A set of Azure Batch account keys.
-
Constructor Summary
Constructors
Creates an instance of BatchAccountKeysInner class.
-
Method Summary
Get the accountName property: The Batch account name.
Get the primary property: The primary key associated with the account.
Get the secondary property: The secondary key associated with the account.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BatchAccountKeysInner
public BatchAccountKeysInner()
Creates an instance of BatchAccountKeysInner class.
-
Method Details
-
accountName
Get the accountName property: The Batch account name.
- Returns:
- the accountName value.
-
primary
Get the primary property: The primary key associated with the account.
- Returns:
- the primary value.
-
secondary
Get the secondary property: The secondary key associated with the account.
- Returns:
- the secondary value.
-
validate
public void validate()
Validates the instance.
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.