Class BatchAccountKeysInner

java.lang.Object
com.azure.resourcemanager.batch.fluent.models.BatchAccountKeysInner

public final class BatchAccountKeysInner extends Object
A set of Azure Batch account keys.
  • Constructor Details

    • BatchAccountKeysInner

      public BatchAccountKeysInner()
      Creates an instance of BatchAccountKeysInner class.
  • Method Details

    • accountName

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

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

      public String 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.