次の方法で共有


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<ResourceSkuInner> listByLocation(String locationName)

List ResourceSku resources by subscription ID.

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

List ResourceSku resources by subscription ID.

Method Details

listByLocation

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