Share via


SkusClient Interface

public interface SkusClient

An instance of this class provides access to all the operations defined in SkusClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<LabServicesSkuInner> list()

Gets the Azure Lab Services resource SKUs.

abstract PagedIterable<LabServicesSkuInner> list(String filter, Context context)

Gets the Azure Lab Services resource SKUs.

Method Details

list

public abstract PagedIterable<LabServicesSkuInner> list()

Gets the Azure Lab Services resource SKUs. Returns a list of Azure Lab Services resource SKUs.

Returns:

paged list of lab services skus as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<LabServicesSkuInner> list(String filter, Context context)

Gets the Azure Lab Services resource SKUs. Returns a list of Azure Lab Services resource SKUs.

Parameters:

filter - The filter to apply to the operation.
context - The context to associate with this operation.

Returns:

paged list of lab services skus as paginated response with PagedIterable<T>.

Applies to