BatchAccountRegenerateKeyParameters Class
- java.
lang. Object - com.
microsoft. azure. management. batch. BatchAccountRegenerateKeyParameters
- com.
public class BatchAccountRegenerateKeyParameters
Parameters supplied to the RegenerateKey operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
Account |
keyName()
Get the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'. |
Batch |
withKeyName(AccountKeyType keyName)
Set the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'. |
Method Details
keyName
public AccountKeyType keyName()
Get the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'.
Returns:
withKeyName
public BatchAccountRegenerateKeyParameters withKeyName(AccountKeyType keyName)
Set the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'.
Parameters:
Returns:
Applies to
Azure SDK for Java