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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript