Class CognitiveServicesManager


  • public final class CognitiveServicesManager
    extends Object
    Entry point to CognitiveServicesManager. Cognitive Services Management Client.
    • Method Detail

      • authenticate

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

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

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

        public Accounts accounts()
        Returns:
        Resource collection API of Accounts.
      • deletedAccounts

        public DeletedAccounts deletedAccounts()
        Returns:
        Resource collection API of DeletedAccounts.
      • resourceSkus

        public ResourceSkus resourceSkus()
        Returns:
        Resource collection API of ResourceSkus.
      • operations

        public Operations operations()
        Returns:
        Resource collection API of Operations.
      • resourceProviders

        public ResourceProviders resourceProviders()
        Returns:
        Resource collection API of ResourceProviders.
      • commitmentTiers

        public CommitmentTiers commitmentTiers()
        Returns:
        Resource collection API of CommitmentTiers.
      • privateEndpointConnections

        public PrivateEndpointConnections privateEndpointConnections()
        Returns:
        Resource collection API of PrivateEndpointConnections.
      • privateLinkResources

        public PrivateLinkResources privateLinkResources()
        Returns:
        Resource collection API of PrivateLinkResources.
      • deployments

        public Deployments deployments()
        Returns:
        Resource collection API of Deployments.
      • commitmentPlans

        public CommitmentPlans commitmentPlans()
        Returns:
        Resource collection API of CommitmentPlans.
      • serviceClient

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