Class BatchAccountRegenerateKeyParameters
java.lang.Object
com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters
Parameters supplied to the RegenerateKey operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeyName()
Get the type of account key to regenerate.withKeyName
(AccountKeyType keyName) Set the type of account key to regenerate.
-
Constructor Details
-
BatchAccountRegenerateKeyParameters
public BatchAccountRegenerateKeyParameters()
-
-
Method Details
-
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.
-