Class IntegrationRuntimeRegenerateKeyParameters
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeRegenerateKeyParameters
Parameters to regenerate the authentication key.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeRegenerateKeyParameters class. -
Method Summary
Modifier and TypeMethodDescriptionkeyName()
Get the keyName property: The name of the authentication key to regenerate.void
validate()
Validates the instance.withKeyName
(IntegrationRuntimeAuthKeyName keyName) Set the keyName property: The name of the authentication key to regenerate.
-
Constructor Details
-
IntegrationRuntimeRegenerateKeyParameters
public IntegrationRuntimeRegenerateKeyParameters()Creates an instance of IntegrationRuntimeRegenerateKeyParameters class.
-
-
Method Details
-
keyName
Get the keyName property: The name of the authentication key to regenerate.- Returns:
- the keyName value.
-
withKeyName
Set the keyName property: The name of the authentication key to regenerate.- Parameters:
keyName
- the keyName value to set.- Returns:
- the IntegrationRuntimeRegenerateKeyParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-