WorkspaceOperationsClient Interface

public interface WorkspaceOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<WorkspaceSkuInner> listSkus()

Lists all skus with associated features.

abstract PagedIterable<WorkspaceSkuInner> listSkus(Context context)

Lists all skus with associated features.

Method Details

listSkus

public abstract PagedIterable listSkus()

Lists all skus with associated features.

Returns:

list of skus with features.

listSkus

public abstract PagedIterable listSkus(Context context)

Lists all skus with associated features.

Parameters:

context - The context to associate with this operation.

Returns:

list of skus with features.

Applies to