public interface BatchAccountKeys
An immutable client-side representation of BatchAccountKeys.
-
Method Summary
Gets the accountName property: The Batch account name.
Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner object.
Gets the primary property: The primary key associated with the account.
Gets the secondary property: The secondary key associated with the account.
-
Method Details
-
accountName
Gets the accountName property: The Batch account name.
- Returns:
- the accountName value.
-
primary
Gets the primary property: The primary key associated with the account.
- Returns:
- the primary value.
-
secondary
Gets the secondary property: The secondary key associated with the account.
- Returns:
- the secondary value.
-
innerModel
Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner object.
- Returns:
- the inner object.