Class CognitiveServicesManager

java.lang.Object
com.azure.resourcemanager.cognitiveservices.CognitiveServicesManager

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

    • 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()
      Gets the resource collection API of Accounts. It manages Account.
      Returns:
      Resource collection API of Accounts.
    • deletedAccounts

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

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

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

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

      public CommitmentTiers commitmentTiers()
      Gets the resource collection API of CommitmentTiers.
      Returns:
      Resource collection API of CommitmentTiers.
    • 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.
    • deployments

      public Deployments deployments()
      Gets the resource collection API of Deployments. It manages Deployment.
      Returns:
      Resource collection API of Deployments.
    • commitmentPlans

      public CommitmentPlans commitmentPlans()
      Gets the resource collection API of CommitmentPlans. It manages CommitmentPlan.
      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.