RackSkusClient Interface
public interface RackSkusClient
An instance of this class provides access to all the operations defined in RackSkusClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Rack |
get(String rackSkuName)
Get the properties of the provided rack SKU. |
|
abstract
Response<Rack |
getWithResponse(String rackSkuName, Context context)
Get the properties of the provided rack SKU. |
|
abstract
Paged |
list()
Get a list of rack SKUs in the provided subscription. |
|
abstract
Paged |
list(Context context)
Get a list of rack SKUs in the provided subscription. |
Method Details
get
public abstract RackSkuInner get(String rackSkuName)
Get the properties of the provided rack SKU.
Parameters:
Returns:
getWithResponse
public abstract Response<RackSkuInner> getWithResponse(String rackSkuName, Context context)
Get the properties of the provided rack SKU.
Parameters:
Returns:
list
public abstract PagedIterable<RackSkuInner> list()
Get a list of rack SKUs in the provided subscription.
Returns:
list
public abstract PagedIterable<RackSkuInner> list(Context context)
Get a list of rack SKUs in the provided subscription.
Parameters:
Returns: