Class PurviewManager

java.lang.Object
com.azure.resourcemanager.purview.PurviewManager

public final class PurviewManager extends Object
Entry point to PurviewManager. Creates a Microsoft.Purview management client.
  • Method Details

    • authenticate

      public static PurviewManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Purview service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the Purview service API instance.
    • authenticate

      public static PurviewManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of Purview service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the Purview service API instance.
    • configure

      public static PurviewManager.Configurable configure()
      Gets a Configurable instance that can be used to create PurviewManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • accounts

      public Accounts accounts()
      Gets the resource collection API of Accounts. It manages Account.
      Returns:
      Resource collection API of Accounts.
    • defaultAccounts

      public DefaultAccounts defaultAccounts()
      Gets the resource collection API of DefaultAccounts.
      Returns:
      Resource collection API of DefaultAccounts.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • serviceClient

      public PurviewManagementClient serviceClient()
      Returns:
      Wrapped service client PurviewManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.