BatchAccountRegenerateKeyParameters Class

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

public class BatchAccountRegenerateKeyParameters

Parameters supplied to the RegenerateKey operation.

Method Summary

Modifier and Type Method and Description
AccountKeyType keyName()

Get the type of account key to regenerate. Possible values include: 'Primary', 'Secondary'.

BatchAccountRegenerateKeyParameters 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:

the keyName value

withKeyName

public BatchAccountRegenerateKeyParameters withKeyName(AccountKeyType keyName)

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.

Applies to