Interface LabServicesClient


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

    • getSubscriptionId

      String getSubscriptionId()
      Gets The ID of the target subscription.
      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.
    • getImages

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

      LabPlansClient getLabPlans()
      Gets the LabPlansClient object to access its operations.
      Returns:
      the LabPlansClient object.
    • getOperations

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

      LabsClient getLabs()
      Gets the LabsClient object to access its operations.
      Returns:
      the LabsClient object.
    • getOperationResults

      OperationResultsClient getOperationResults()
      Gets the OperationResultsClient object to access its operations.
      Returns:
      the OperationResultsClient object.
    • getSchedules

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

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

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

      UsersClient getUsers()
      Gets the UsersClient object to access its operations.
      Returns:
      the UsersClient object.
    • getVirtualMachines

      VirtualMachinesClient getVirtualMachines()
      Gets the VirtualMachinesClient object to access its operations.
      Returns:
      the VirtualMachinesClient object.