Interface BatchAccountKeys


public interface BatchAccountKeys
An immutable client-side representation of BatchAccountKeys.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      String accountName()
      Gets the accountName property: The Batch account name.
      Returns:
      the accountName value.
    • primary

      String primary()
      Gets the primary property: The primary key associated with the account.
      Returns:
      the primary value.
    • secondary

      String secondary()
      Gets the secondary property: The secondary key associated with the account.
      Returns:
      the secondary value.
    • innerModel

      BatchAccountKeysInner innerModel()
      Gets the inner com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner object.
      Returns:
      the inner object.