다음을 통해 공유


Skus Interface

public interface Skus

Resource collection API of Skus.

Method Summary

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

Gets the Azure Lab Services resource SKUs.

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

Gets the Azure Lab Services resource SKUs.

Method Details

list

public abstract PagedIterable<LabServicesSku> 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<LabServicesSku> 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