PurviewConfiguration Class

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

Implements

public final class PurviewConfiguration
implements JsonSerializable<PurviewConfiguration>

Purview Configuration.

Constructor Summary

Constructor Description
PurviewConfiguration()

Creates an instance of PurviewConfiguration class.

Method Summary

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

Reads an instance of PurviewConfiguration from the JsonReader.

String purviewResourceId()

Get the purviewResourceId property: Purview Resource ID.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

PurviewConfiguration withPurviewResourceId(String purviewResourceId)

Set the purviewResourceId property: Purview Resource ID.

Methods inherited from java.lang.Object

Constructor Details

PurviewConfiguration

public PurviewConfiguration()

Creates an instance of PurviewConfiguration class.

Method Details

fromJson

public static PurviewConfiguration fromJson(JsonReader jsonReader)

Reads an instance of PurviewConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of PurviewConfiguration 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 PurviewConfiguration.

purviewResourceId

public String purviewResourceId()

Get the purviewResourceId property: Purview Resource ID.

Returns:

the purviewResourceId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withPurviewResourceId

public PurviewConfiguration withPurviewResourceId(String purviewResourceId)

Set the purviewResourceId property: Purview Resource ID.

Parameters:

purviewResourceId - the purviewResourceId value to set.

Returns:

the PurviewConfiguration object itself.

Applies to