Class DevSpacesManager

java.lang.Object
com.azure.resourcemanager.devspaces.DevSpacesManager

public final class DevSpacesManager extends Object
Entry point to DevSpacesManager. Dev Spaces Client.
  • Method Details

    • authenticate

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

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

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

      public ContainerHostMappings containerHostMappings()
      Gets the resource collection API of ContainerHostMappings.
      Returns:
      Resource collection API of ContainerHostMappings.
    • operations

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

      public Controllers controllers()
      Gets the resource collection API of Controllers. It manages Controller.
      Returns:
      Resource collection API of Controllers.
    • serviceClient

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