BillingContainersOperations interface
Interface representing a BillingContainers operations.
Properties
get | Get a BillingContainer |
list |
List BillingContainer resources by subscription ID |
Property Details
get
Get a BillingContainer
get: (billingContainerName: string, options?: BillingContainersGetOptionalParams) => Promise<BillingContainer>
Property Value
(billingContainerName: string, options?: BillingContainersGetOptionalParams) => Promise<BillingContainer>
listBySubscription
List BillingContainer resources by subscription ID
listBySubscription: (options?: BillingContainersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<BillingContainer, BillingContainer[], PageSettings>
Property Value
(options?: BillingContainersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<BillingContainer, BillingContainer[], PageSettings>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript