RegenerateKeyParameters Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. RegenerateKeyParameters
- com.
public final class RegenerateKeyParameters
Parameters describes the request to regenerate access keys.
Constructor Summary
| Constructor | Description |
|---|---|
| RegenerateKeyParameters() |
Creates an instance of Regenerate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Key |
keyType()
Get the key |
| void |
validate()
Validates the instance. |
|
Regenerate |
withKeyType(KeyType keyType)
Set the key |
Methods inherited from java.lang.Object
Constructor Details
RegenerateKeyParameters
public RegenerateKeyParameters()
Creates an instance of RegenerateKeyParameters class.
Method Details
keyType
public KeyType keyType()
Get the keyType property: The type of access key.
Returns:
validate
public void validate()
Validates the instance.
withKeyType
public RegenerateKeyParameters withKeyType(KeyType keyType)
Set the keyType property: The type of access key.
Parameters:
Returns: