次の方法で共有


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 HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract ImagesClient getImages()

Gets the ImagesClient object to access its operations.

abstract LabPlansClient getLabPlans()

Gets the LabPlansClient object to access its operations.

abstract LabsClient getLabs()

Gets the LabsClient object to access its operations.

abstract OperationResultsClient getOperationResults()

Gets the OperationResultsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract SchedulesClient getSchedules()

Gets the SchedulesClient object to access its operations.

abstract SkusClient getSkus()

Gets the SkusClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

abstract UsersClient getUsers()

Gets the UsersClient object to access its operations.

abstract VirtualMachinesClient getVirtualMachines()

Gets the VirtualMachinesClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getImages

public abstract ImagesClient getImages()

Gets the ImagesClient object to access its operations.

Returns:

the ImagesClient object.

getLabPlans

public abstract LabPlansClient getLabPlans()

Gets the LabPlansClient object to access its operations.

Returns:

the LabPlansClient object.

getLabs

public abstract LabsClient getLabs()

Gets the LabsClient object to access its operations.

Returns:

the LabsClient object.

getOperationResults

public abstract OperationResultsClient getOperationResults()

Gets the OperationResultsClient object to access its operations.

Returns:

the OperationResultsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSchedules

public abstract SchedulesClient getSchedules()

Gets the SchedulesClient object to access its operations.

Returns:

the SchedulesClient object.

getSkus

public abstract SkusClient getSkus()

Gets the SkusClient object to access its operations.

Returns:

the SkusClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getUsages

public abstract UsagesClient getUsages()

Gets the UsagesClient object to access its operations.

Returns:

the UsagesClient object.

getUsers

public abstract UsersClient getUsers()

Gets the UsersClient object to access its operations.

Returns:

the UsersClient object.

getVirtualMachines

public abstract VirtualMachinesClient getVirtualMachines()

Gets the VirtualMachinesClient object to access its operations.

Returns:

the VirtualMachinesClient object.

Applies to