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
Paged |
list()
Lists the available SKUs supported by Microsoft. |
abstract
Paged |
list(Context context)
Lists the available SKUs supported by Microsoft. |
abstract
Paged |
listAsync()
Lists the available SKUs supported by Microsoft. |
Method Details
list
public abstract PagedIterable
Lists the available SKUs supported by Microsoft.Storage for given subscription.
Returns:
list
public abstract PagedIterable
Lists the available SKUs supported by Microsoft.Storage for given subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the available SKUs supported by Microsoft.Storage for given subscription.
Returns:
Applies to
Azure SDK for Java