ResourceSkusClient Interface
public interface ResourceSkusClient
An instance of this class provides access to all the operations defined in ResourceSkusClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list()
Gets the list of Microsoft. |
abstract
Paged |
list(String filter, String includeExtendedLocations, Context context)
Gets the list of Microsoft. |
abstract
Paged |
listAsync()
Gets the list of Microsoft. |
abstract
Paged |
listAsync(String filter, String includeExtendedLocations)
Gets the list of Microsoft. |
Method Details
list
public abstract PagedIterable
Gets the list of Microsoft.Compute SKUs available for your Subscription.
Returns:
list
public abstract PagedIterable
Gets the list of Microsoft.Compute SKUs available for your Subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the list of Microsoft.Compute SKUs available for your Subscription.
Returns:
listAsync
public abstract PagedFlux
Gets the list of Microsoft.Compute SKUs available for your Subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java