public final class RegenerateKeysParameters extends Object
| Constructor and Description |
|---|
RegenerateKeysParameters() |
| Modifier and Type | Method and Description |
|---|---|
Policykey |
policykey()
Get the policykey property: Key that needs to be regenerated.
|
void |
validate()
Validates the instance.
|
RegenerateKeysParameters |
withPolicykey(Policykey policykey)
Set the policykey property: Key that needs to be regenerated.
|
public Policykey policykey()
public RegenerateKeysParameters withPolicykey(Policykey policykey)
policykey - the policykey value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.