Class AppliancesManager

java.lang.Object
com.azure.resourcemanager.resourceconnector.AppliancesManager

public final class AppliancesManager extends Object
Entry point to AppliancesManager. The appliances Rest API spec.
  • Method Details

    • authenticate

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

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

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

      public Appliances appliances()
      Gets the resource collection API of Appliances. It manages Appliance.
      Returns:
      Resource collection API of Appliances.
    • serviceClient

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