Class RegenerateAccessKeyParameters
java.lang.Object
com.microsoft.azure.management.eventhub.RegenerateAccessKeyParameters
Parameters supplied to the Regenerate Authorization Rule operation,
specifies which key needs to be reset.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkey()
Get optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.keyType()
Get the access key to regenerate.Set optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.withKeyType
(KeyType keyType) Set the access key to regenerate.
-
Constructor Details
-
RegenerateAccessKeyParameters
public RegenerateAccessKeyParameters()
-
-
Method Details
-
keyType
Get the access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey'.- Returns:
- the keyType value
-
withKeyType
Set the access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey'.- Parameters:
keyType
- the keyType value to set- Returns:
- the RegenerateAccessKeyParameters object itself.
-
key
Get optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.- Returns:
- the key value
-
withKey
Set optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType.- Parameters:
key
- the key value to set- Returns:
- the RegenerateAccessKeyParameters object itself.
-