IntegrationRuntimeRegenerateKeyParameters Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeRegenerateKeyParameters
- com.
Implements
public final class IntegrationRuntimeRegenerateKeyParameters
implements JsonSerializable<IntegrationRuntimeRegenerateKeyParameters>
Parameters to regenerate the authentication key.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeRegenerateKeyParameters() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Integration |
keyName()
Get the key |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withKeyName(IntegrationRuntimeAuthKeyName keyName)
Set the key |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeRegenerateKeyParameters
public IntegrationRuntimeRegenerateKeyParameters()
Creates an instance of IntegrationRuntimeRegenerateKeyParameters class.
Method Details
fromJson
public static IntegrationRuntimeRegenerateKeyParameters fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeRegenerateKeyParameters from the JsonReader.
Parameters:
Returns:
Throws:
keyName
public IntegrationRuntimeAuthKeyName keyName()
Get the keyName property: The name of the authentication key to regenerate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKeyName
public IntegrationRuntimeRegenerateKeyParameters withKeyName(IntegrationRuntimeAuthKeyName keyName)
Set the keyName property: The name of the authentication key to regenerate.
Parameters:
Returns: