Interface DevCenterClient


public interface DevCenterClient
The interface for DevCenterClient class.
  • Method Details

    • getSubscriptionId

      String getSubscriptionId()
      Gets Unique identifier of the Azure subscription. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).
      Returns:
      the subscriptionId value.
    • getEndpoint

      String getEndpoint()
      Gets server parameter.
      Returns:
      the endpoint value.
    • getApiVersion

      String getApiVersion()
      Gets Api Version.
      Returns:
      the apiVersion value.
    • getHttpPipeline

      com.azure.core.http.HttpPipeline getHttpPipeline()
      Gets The HTTP pipeline to send requests through.
      Returns:
      the httpPipeline value.
    • getDefaultPollInterval

      Duration getDefaultPollInterval()
      Gets The default poll interval for long-running operation.
      Returns:
      the defaultPollInterval value.
    • getDevCenters

      DevCentersClient getDevCenters()
      Gets the DevCentersClient object to access its operations.
      Returns:
      the DevCentersClient object.
    • getProjects

      ProjectsClient getProjects()
      Gets the ProjectsClient object to access its operations.
      Returns:
      the ProjectsClient object.
    • getAttachedNetworks

      AttachedNetworksClient getAttachedNetworks()
      Gets the AttachedNetworksClient object to access its operations.
      Returns:
      the AttachedNetworksClient object.
    • getGalleries

      GalleriesClient getGalleries()
      Gets the GalleriesClient object to access its operations.
      Returns:
      the GalleriesClient object.
    • getImages

      ImagesClient getImages()
      Gets the ImagesClient object to access its operations.
      Returns:
      the ImagesClient object.
    • getImageVersions

      ImageVersionsClient getImageVersions()
      Gets the ImageVersionsClient object to access its operations.
      Returns:
      the ImageVersionsClient object.
    • getCatalogs

      CatalogsClient getCatalogs()
      Gets the CatalogsClient object to access its operations.
      Returns:
      the CatalogsClient object.
    • getEnvironmentTypes

      EnvironmentTypesClient getEnvironmentTypes()
      Gets the EnvironmentTypesClient object to access its operations.
      Returns:
      the EnvironmentTypesClient object.
    • getProjectEnvironmentTypes

      ProjectEnvironmentTypesClient getProjectEnvironmentTypes()
      Gets the ProjectEnvironmentTypesClient object to access its operations.
      Returns:
      the ProjectEnvironmentTypesClient object.
    • getDevBoxDefinitions

      DevBoxDefinitionsClient getDevBoxDefinitions()
      Gets the DevBoxDefinitionsClient object to access its operations.
      Returns:
      the DevBoxDefinitionsClient object.
    • getOperations

      OperationsClient getOperations()
      Gets the OperationsClient object to access its operations.
      Returns:
      the OperationsClient object.
    • getOperationStatuses

      OperationStatusesClient getOperationStatuses()
      Gets the OperationStatusesClient object to access its operations.
      Returns:
      the OperationStatusesClient object.
    • getUsages

      UsagesClient getUsages()
      Gets the UsagesClient object to access its operations.
      Returns:
      the UsagesClient object.
    • getSkus

      SkusClient getSkus()
      Gets the SkusClient object to access its operations.
      Returns:
      the SkusClient object.
    • getPools

      PoolsClient getPools()
      Gets the PoolsClient object to access its operations.
      Returns:
      the PoolsClient object.
    • getSchedules

      SchedulesClient getSchedules()
      Gets the SchedulesClient object to access its operations.
      Returns:
      the SchedulesClient object.
    • getNetworkConnections

      NetworkConnectionsClient getNetworkConnections()
      Gets the NetworkConnectionsClient object to access its operations.
      Returns:
      the NetworkConnectionsClient object.