Class RegenerateTestKeyRequestPayload
java.lang.Object
com.azure.resourcemanager.appplatform.models.RegenerateTestKeyRequestPayload
Regenerate test key request payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeyType()Get the keyType property: Type of the test key.voidvalidate()Validates the instance.withKeyType(TestKeyType keyType) Set the keyType property: Type of the test key.
-
Constructor Details
-
RegenerateTestKeyRequestPayload
public RegenerateTestKeyRequestPayload()
-
-
Method Details
-
keyType
Get the keyType property: Type of the test key.- Returns:
- the keyType value.
-
withKeyType
Set the keyType property: Type of the test key.- Parameters:
keyType- the keyType value to set.- Returns:
- the RegenerateTestKeyRequestPayload object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-