Class PurviewConfiguration
java.lang.Object
com.azure.resourcemanager.datafactory.models.PurviewConfiguration
Purview configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the purviewResourceId property: Purview resource id.void
validate()
Validates the instance.withPurviewResourceId
(String purviewResourceId) Set the purviewResourceId property: Purview resource id.
-
Constructor Details
-
PurviewConfiguration
public PurviewConfiguration()Creates an instance of PurviewConfiguration class.
-
-
Method Details
-
purviewResourceId
Get the purviewResourceId property: Purview resource id.- Returns:
- the purviewResourceId value.
-
withPurviewResourceId
Set the purviewResourceId property: Purview resource id.- Parameters:
purviewResourceId
- the purviewResourceId value to set.- Returns:
- the PurviewConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-