BatchAccountRegenerateKeyParameters Class

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

public class BatchAccountRegenerateKeyParameters

Parameters supplied to the RegenerateKey operation.

Constructor Summary

Constructor Description
BatchAccountRegenerateKeyParameters()

Method Summary

Modifier and Type Method and Description
AccountKeyType keyName()

Get the type of account key to regenerate.

BatchAccountRegenerateKeyParameters withKeyName(AccountKeyType keyName)

Set the type of account key to regenerate.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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

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