BenefitRecommendations interface
BenefitRecommendations를 나타내는 인터페이스입니다.
메서드
list(string, Benefit |
구매 저축 계획에 대한 권장 사항 목록입니다. |
메서드 세부 정보
list(string, BenefitRecommendationsListOptionalParams)
구매 저축 계획에 대한 권장 사항 목록입니다.
function list(billingScope: string, options?: BenefitRecommendationsListOptionalParams): PagedAsyncIterableIterator<BenefitRecommendationModel, BenefitRecommendationModel[], PageSettings>
매개 변수
- billingScope
-
string
혜택 권장 사항 작업과 관련된 scope. 여기에는 구독 scope 대한 '/subscriptions/{subscriptionId}/'가 포함됩니다. 엔터프라이즈 계약 scope 리소스 그룹 scope , /providers/Microsoft.Billing/billingAccounts/{billingAccountId}', 청구 프로필에 대한 '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/{billingAccountId}/billingProfiles/{billingProfileId}'에 대한 '/subscriptions/{subscriptionId}/{resourceGroupName}' scope
옵션 매개 변수입니다.
반환
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript