Class BatchAccountRegenerateKeyParameters
- java.lang.Object
-
- com.microsoft.azure.management.batch.BatchAccountRegenerateKeyParameters
-
public class BatchAccountRegenerateKeyParameters extends Object
Parameters supplied to the RegenerateKey operation.
-
-
Constructor Summary
Constructors Constructor Description BatchAccountRegenerateKeyParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountKeyTypekeyName()Get the keyName value.BatchAccountRegenerateKeyParameterswithKeyName(AccountKeyType keyName)Set the keyName value.
-
-
-
Method Detail
-
keyName
public AccountKeyType keyName()
Get the keyName value.- Returns:
- the keyName value
-
withKeyName
public BatchAccountRegenerateKeyParameters withKeyName(AccountKeyType keyName)
Set the keyName value.- Parameters:
keyName- the keyName value to set- Returns:
- the BatchAccountRegenerateKeyParameters object itself.
-
-