IntegrationRuntimeRegenerateKeyParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.IntegrationRuntimeRegenerateKeyParameters

Implements

public final class IntegrationRuntimeRegenerateKeyParameters
implements JsonSerializable<IntegrationRuntimeRegenerateKeyParameters>

Parameters to regenerate the authentication key.

Constructor Summary

Constructor Description
IntegrationRuntimeRegenerateKeyParameters()

Creates an instance of IntegrationRuntimeRegenerateKeyParameters class.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeRegenerateKeyParameters fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeRegenerateKeyParameters from the JsonReader.

IntegrationRuntimeAuthKeyName keyName()

Get the keyName property: The name of the authentication key to regenerate.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationRuntimeRegenerateKeyParameters withKeyName(IntegrationRuntimeAuthKeyName keyName)

Set the keyName property: The name of the authentication key to regenerate.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationRuntimeRegenerateKeyParameters if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IntegrationRuntimeRegenerateKeyParameters.

keyName

public IntegrationRuntimeAuthKeyName keyName()

Get the keyName property: The name of the authentication key to regenerate.

Returns:

the keyName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

keyName - the keyName value to set.

Returns:

the IntegrationRuntimeRegenerateKeyParameters object itself.

Applies to