Class VoiceservicesManager

java.lang.Object
com.azure.resourcemanager.voiceservices.VoiceservicesManager

public final class VoiceservicesManager extends Object
Entry point to VoiceservicesManager.
  • Method Details

    • authenticate

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

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

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

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

      public CommunicationsGateways communicationsGateways()
      Gets the resource collection API of CommunicationsGateways. It manages CommunicationsGateway.
      Returns:
      Resource collection API of CommunicationsGateways.
    • nameAvailabilities

      public NameAvailabilities nameAvailabilities()
      Gets the resource collection API of NameAvailabilities.
      Returns:
      Resource collection API of NameAvailabilities.
    • testLines

      public TestLines testLines()
      Gets the resource collection API of TestLines. It manages TestLine.
      Returns:
      Resource collection API of TestLines.
    • serviceClient

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