Partager via


BillingContainersClient Interface

public interface BillingContainersClient

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

Method Summary

Modifier and Type Method and Description
abstract BillingContainerInner get(String billingContainerName)

Get a BillingContainer.

abstract Response<BillingContainerInner> getWithResponse(String billingContainerName, Context context)

Get a BillingContainer.

abstract PagedIterable<BillingContainerInner> list()

List BillingContainer resources by subscription ID.

abstract PagedIterable<BillingContainerInner> list(Context context)

List BillingContainer resources by subscription ID.

Method Details

get

public abstract BillingContainerInner get(String billingContainerName)

Get a BillingContainer.

Parameters:

billingContainerName - Name of the billing container.

Returns:

a BillingContainer.

getWithResponse

public abstract Response<BillingContainerInner> getWithResponse(String billingContainerName, Context context)

Get a BillingContainer.

Parameters:

billingContainerName - Name of the billing container.
context - The context to associate with this operation.

Returns:

a BillingContainer along with Response<T>.

list

public abstract PagedIterable<BillingContainerInner> list()

List BillingContainer resources by subscription ID.

Returns:

the response of a BillingContainer list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<BillingContainerInner> list(Context context)

List BillingContainer resources by subscription ID.

Parameters:

context - The context to associate with this operation.

Returns:

the response of a BillingContainer list operation as paginated response with PagedIterable<T>.

Applies to