Class RegenerateActionParameter
java.lang.Object
com.azure.resourcemanager.appservice.models.RegenerateActionParameter
The access key regenerate action content.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RegenerateActionParameter class. -
Method Summary
Modifier and TypeMethodDescriptionkeyType()Get the keyType property: The key type.voidvalidate()Validates the instance.withKeyType(KeyType keyType) Set the keyType property: The key type.
-
Constructor Details
-
RegenerateActionParameter
public RegenerateActionParameter()Creates an instance of RegenerateActionParameter class.
-
-
Method Details
-
keyType
Get the keyType property: The key type.- Returns:
- the keyType value.
-
withKeyType
Set the keyType property: The key type.- Parameters:
keyType- the keyType value to set.- Returns:
- the RegenerateActionParameter object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-