Class RegenerateKeysParameters
java.lang.Object
com.microsoft.azure.management.servicebus.RegenerateKeysParameters
Parameters supplied to the Regenerate Authorization Rule operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the policykey value.withPolicykey
(Policykey policykey) Set the policykey value.
-
Constructor Details
-
RegenerateKeysParameters
public RegenerateKeysParameters()
-
-
Method Details
-
policykey
Get the policykey value.- Returns:
- the policykey value
-
withPolicykey
Set the policykey value.- Parameters:
policykey
- the policykey value to set- Returns:
- the RegenerateKeysParameters object itself.
-