PurviewConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. PurviewConfiguration
- com.
Implements
public final class PurviewConfiguration
implements JsonSerializable<PurviewConfiguration>
Purview Configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| PurviewConfiguration() |
Creates an instance of Purview |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Purview |
fromJson(JsonReader jsonReader)
Reads an instance of Purview |
| String |
purviewResourceId()
Get the purview |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Purview |
withPurviewResourceId(String purviewResourceId)
Set the purview |
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:
Returns:
Throws:
purviewResourceId
public String purviewResourceId()
Get the purviewResourceId property: Purview Resource ID.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPurviewResourceId
public PurviewConfiguration withPurviewResourceId(String purviewResourceId)
Set the purviewResourceId property: Purview Resource ID.
Parameters:
Returns: