LabServicesClient Interface
public interface LabServicesClient
The interface for LabServicesClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Images |
getImages()
Gets the Images |
|
abstract
Lab |
getLabPlans()
Gets the Lab |
|
abstract
Labs |
getLabs()
Gets the Labs |
|
abstract
Operation |
getOperationResults()
Gets the Operation |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Schedules |
getSchedules()
Gets the Schedules |
|
abstract
Skus |
getSkus()
Gets the Skus |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Usages |
getUsages()
Gets the Usages |
|
abstract
Users |
getUsers()
Gets the Users |
|
abstract
Virtual |
getVirtualMachines()
Gets the Virtual |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getImages
public abstract ImagesClient getImages()
Gets the ImagesClient object to access its operations.
Returns:
getLabPlans
public abstract LabPlansClient getLabPlans()
Gets the LabPlansClient object to access its operations.
Returns:
getLabs
public abstract LabsClient getLabs()
Gets the LabsClient object to access its operations.
Returns:
getOperationResults
public abstract OperationResultsClient getOperationResults()
Gets the OperationResultsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSchedules
public abstract SchedulesClient getSchedules()
Gets the SchedulesClient object to access its operations.
Returns:
getSkus
public abstract SkusClient getSkus()
Gets the SkusClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getUsages
public abstract UsagesClient getUsages()
Gets the UsagesClient object to access its operations.
Returns:
getUsers
public abstract UsersClient getUsers()
Gets the UsersClient object to access its operations.
Returns:
getVirtualMachines
public abstract VirtualMachinesClient getVirtualMachines()
Gets the VirtualMachinesClient object to access its operations.
Returns: