Share via


Skus Interface

public interface Skus

Resource collection API of Skus.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ResourceSku> listByLocation(String locationName)

List ResourceSku resources by subscription ID.

abstract PagedIterable<ResourceSku> listByLocation(String locationName, Context context)

List ResourceSku resources by subscription ID.

Method Details

listByLocation

public abstract PagedIterable<ResourceSku> listByLocation(String locationName)

List ResourceSku resources by subscription ID.

Parameters:

locationName - Name of the location.

Returns:

the response of a ResourceSku list operation as paginated response with PagedIterable<T>.

listByLocation

public abstract PagedIterable<ResourceSku> listByLocation(String locationName, Context context)

List ResourceSku resources by subscription ID.

Parameters:

locationName - Name of the location.
context - The context to associate with this operation.

Returns:

the response of a ResourceSku list operation as paginated response with PagedIterable<T>.

Applies to