BillingContainersOperations interface
BillingContainers 操作を表すインターフェイス。
プロパティ
get | BillingContainer を取得する |
list |
サブスクリプション ID で BillingContainer リソースを一覧表示する |
プロパティの詳細
get
BillingContainer を取得する
get: (billingContainerName: string, options?: BillingContainersGetOptionalParams) => Promise<BillingContainer>
プロパティ値
(billingContainerName: string, options?: BillingContainersGetOptionalParams) => Promise<BillingContainer>
listBySubscription
サブスクリプション ID で BillingContainer リソースを一覧表示する
listBySubscription: (options?: BillingContainersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<BillingContainer, BillingContainer[], PageSettings>
プロパティ値
(options?: BillingContainersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<BillingContainer, BillingContainer[], PageSettings>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript