CostsClient Interface
public interface CostsClient
An instance of this class provides access to all the operations defined in CostsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Lab |
createOrUpdate(String resourceGroupName, String labName, String name, LabCostInner labCost)
Create or replace an existing cost. |
|
abstract
Response<Lab |
createOrUpdateWithResponse(String resourceGroupName, String labName, String name, LabCostInner labCost, Context context)
Create or replace an existing cost. |
|
abstract
Lab |
get(String resourceGroupName, String labName, String name)
Get cost. |
|
abstract
Response<Lab |
getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)
Get cost. |
Method Details
createOrUpdate
public abstract LabCostInner createOrUpdate(String resourceGroupName, String labName, String name, LabCostInner labCost)
Create or replace an existing cost.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<LabCostInner> createOrUpdateWithResponse(String resourceGroupName, String labName, String name, LabCostInner labCost, Context context)
Create or replace an existing cost.
Parameters:
Returns:
get
public abstract LabCostInner get(String resourceGroupName, String labName, String name)
Get cost.
Parameters:
Returns:
getWithResponse
public abstract Response<LabCostInner> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)
Get cost.
Parameters:
Returns: