Interface DataMaskingPolicy


public interface DataMaskingPolicy
An immutable client-side representation of DataMaskingPolicy.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The location of the data masking policy.
      Returns:
      the location value.
    • kind

      String kind()
      Gets the kind property: The kind of data masking policy. Metadata, used for Azure portal.
      Returns:
      the kind value.
    • managedBy

      String managedBy()
      Gets the managedBy property: Fully qualified resource ID of the sql pool.
      Returns:
      the managedBy value.
    • dataMaskingState

      DataMaskingState dataMaskingState()
      Gets the dataMaskingState property: The state of the data masking policy.
      Returns:
      the dataMaskingState value.
    • exemptPrincipals

      String exemptPrincipals()
      Gets the exemptPrincipals property: The list of the exempt principals. Specifies the semicolon-separated list of database users for which the data masking policy does not apply. The specified users receive data results without masking for all of the database queries.
      Returns:
      the exemptPrincipals value.
    • applicationPrincipals

      String applicationPrincipals()
      Gets the applicationPrincipals property: The list of the application principals. This is a legacy parameter and is no longer used.
      Returns:
      the applicationPrincipals value.
    • maskingLevel

      String maskingLevel()
      Gets the maskingLevel property: The masking level. This is a legacy parameter and is no longer used.
      Returns:
      the maskingLevel value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.synapse.fluent.models.DataMaskingPolicyInner object.
      Returns:
      the inner object.
    • update

      Begins update for the DataMaskingPolicy resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      DataMaskingPolicy refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.