PurviewConfiguration Class

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

public final class PurviewConfiguration

Purview Configuration.

Constructor Summary

Constructor Description
PurviewConfiguration()

Creates an instance of PurviewConfiguration class.

Method Summary

Modifier and Type Method and Description
String purviewResourceId()

Get the purviewResourceId property: Purview Resource ID.

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

purviewResourceId

public String purviewResourceId()

Get the purviewResourceId property: Purview Resource ID.

Returns:

the purviewResourceId value.

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