Class BatchAccountRegenerateKeyParameters

java.lang.Object
com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters

public class BatchAccountRegenerateKeyParameters extends Object
Parameters supplied to the RegenerateKey operation.
  • Constructor Details

    • BatchAccountRegenerateKeyParameters

      public BatchAccountRegenerateKeyParameters()
  • Method Details

    • keyName

      public AccountKeyType keyName()
      Get the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'.
      Returns:
      the keyName value
    • withKeyName

      Set the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'.
      Parameters:
      keyName - the keyName value to set
      Returns:
      the BatchAccountRegenerateKeyParameters object itself.