Class IntegrationRuntimeRegenerateKeyParameters
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeRegenerateKeyParameters
-
public final class IntegrationRuntimeRegenerateKeyParameters extends Object
Parameters to regenerate the authentication key.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeRegenerateKeyParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationRuntimeAuthKeyName
keyName()
Get the keyName property: The name of the authentication key to regenerate.void
validate()
Validates the instance.IntegrationRuntimeRegenerateKeyParameters
withKeyName(IntegrationRuntimeAuthKeyName keyName)
Set the keyName property: The name of the authentication key to regenerate.
-
-
-
Method Detail
-
keyName
public IntegrationRuntimeAuthKeyName keyName()
Get the keyName property: The name of the authentication key to regenerate.- Returns:
- the keyName value.
-
withKeyName
public IntegrationRuntimeRegenerateKeyParameters withKeyName(IntegrationRuntimeAuthKeyName keyName)
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.
-
-