CostAllocationRulesOperations interface
CostAllocationRules 작업을 나타내는 인터페이스입니다.
속성
| check |
비용 할당 규칙에 대한 이름의 가용성 및 정확성을 확인합니다. |
| create |
청구 계정 또는 엔터프라이즈 등록 내의 여러 리소스 간에 비용을 할당하는 규칙을 만들거나 업데이트합니다. |
| delete | 청구 계정 또는 엔터프라이즈 등록에 대한 비용 할당 규칙을 삭제합니다. |
| get | 규칙 이름 및 청구 계정 또는 엔터프라이즈 등록별로 비용 할당 규칙을 가져옵니다. |
| list | 청구 계정 또는 엔터프라이즈 등록에 대한 모든 비용 할당 규칙 목록을 가져옵니다. |
속성 세부 정보
checkNameAvailability
비용 할당 규칙에 대한 이름의 가용성 및 정확성을 확인합니다.
checkNameAvailability: (billingAccountId: string, costAllocationRuleCheckNameAvailabilityRequest: CostAllocationRuleCheckNameAvailabilityRequest, options?: CostAllocationRulesCheckNameAvailabilityOptionalParams) => Promise<CostAllocationRuleCheckNameAvailabilityResponse>
속성 값
(billingAccountId: string, costAllocationRuleCheckNameAvailabilityRequest: CostAllocationRuleCheckNameAvailabilityRequest, options?: CostAllocationRulesCheckNameAvailabilityOptionalParams) => Promise<CostAllocationRuleCheckNameAvailabilityResponse>
createOrUpdate
청구 계정 또는 엔터프라이즈 등록 내의 여러 리소스 간에 비용을 할당하는 규칙을 만들거나 업데이트합니다.
createOrUpdate: (billingAccountId: string, ruleName: string, costAllocationRule: CostAllocationRuleDefinition, options?: CostAllocationRulesCreateOrUpdateOptionalParams) => Promise<CostAllocationRuleDefinition>
속성 값
(billingAccountId: string, ruleName: string, costAllocationRule: CostAllocationRuleDefinition, options?: CostAllocationRulesCreateOrUpdateOptionalParams) => Promise<CostAllocationRuleDefinition>
delete
청구 계정 또는 엔터프라이즈 등록에 대한 비용 할당 규칙을 삭제합니다.
delete: (billingAccountId: string, ruleName: string, options?: CostAllocationRulesDeleteOptionalParams) => Promise<void>
속성 값
(billingAccountId: string, ruleName: string, options?: CostAllocationRulesDeleteOptionalParams) => Promise<void>
get
규칙 이름 및 청구 계정 또는 엔터프라이즈 등록별로 비용 할당 규칙을 가져옵니다.
get: (billingAccountId: string, ruleName: string, options?: CostAllocationRulesGetOptionalParams) => Promise<CostAllocationRuleDefinition>
속성 값
(billingAccountId: string, ruleName: string, options?: CostAllocationRulesGetOptionalParams) => Promise<CostAllocationRuleDefinition>
list
청구 계정 또는 엔터프라이즈 등록에 대한 모든 비용 할당 규칙 목록을 가져옵니다.
list: (billingAccountId: string, options?: CostAllocationRulesListOptionalParams) => PagedAsyncIterableIterator<CostAllocationRuleDefinition, CostAllocationRuleDefinition[], PageSettings>
속성 값
(billingAccountId: string, options?: CostAllocationRulesListOptionalParams) => PagedAsyncIterableIterator<CostAllocationRuleDefinition, CostAllocationRuleDefinition[], PageSettings>