Microsoft.Billing billingAccounts/billingProfiles/policies
Bicep 리소스 정의
billingAccounts/billingProfiles/policies 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 테넌트 - 테넌트 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Billing/billingAccounts/billingProfiles/policies 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01' = {
parent: resourceSymbolicName
name: 'default'
properties: {
enterpriseAgreementPolicies: {
accountOwnerViewCharges: 'string'
authenticationType: 'string'
departmentAdminViewCharges: 'string'
}
invoiceSectionLabelManagement: 'string'
marketplacePurchases: 'string'
policies: [
{
name: 'string'
policyType: 'string'
scope: 'string'
value: 'string'
}
]
reservationPurchases: 'string'
savingsPlanPurchases: 'string'
viewCharges: 'string'
}
tags: {
{customized property}: 'string'
}
}
속성 값
BillingProfilePolicyProperties
이름 | 묘사 | 값 |
---|---|---|
enterpriseAgreementPolicies | 기업계약 등록에 대한 정책입니다. | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
invoiceSectionLabelManagement | 청구서 섹션 범위에서 청구서 섹션 레이블 관리를 제어하는 정책입니다. 기본적으로 허용됩니다. | '허용됨' 'NotAllowed' '기타' |
marketplacePurchases | Azure Marketplace 구매 허용 여부를 제어하는 정책입니다. | 'AllAllowed' '사용 안 함' 'NotAllowed' 'OnlyFreeAllowed' '기타' |
선언 | 청구 범위에 정의된 모든 정책 목록입니다. | PolicySummary[] |
reservationPurchases | Azure 예약 구매 허용 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
savingsPlanPurchases | Azure 저축 플랜 구매를 사용하는 사용자가 허용되는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
viewCharges | 고객 조직의 사용자가 종량제 가격으로 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' 'NotAllowed' '기타' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
이름 | 묘사 | 값 |
---|---|---|
accountOwnerViewCharges | 계정 소유자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
authenticationType | 등록 인증 수준을 보여 주는 상태입니다. | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' '기타' |
departmentAdminViewCharges | 부서 관리자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
Microsoft.Billing/billingAccounts/billingProfiles/policies
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 'default'(필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: billingAccounts/billingProfiles |
속성 | 청구 프로필 범위의 정책입니다. | BillingProfilePolicyProperties |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. 템플릿 |
PolicySummary
이름 | 묘사 | 값 |
---|---|---|
이름 | 정책의 이름입니다. | 문자열 |
policyType | 정책의 형식입니다. | '기타' 'SystemControlled' 'UserControlled' |
범위 | 정책이 정의된 범위입니다. | 문자열 |
값 | 정책의 값입니다. | 문자열 |
ProxyResourceWithTags
이름 | 묘사 | 값 |
---|
ARM 템플릿 리소스 정의
billingAccounts/billingProfiles/policies 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 테넌트 - 테넌트 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Billing/billingAccounts/billingProfiles/policies 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.Billing/billingAccounts/billingProfiles/policies",
"apiVersion": "2024-04-01",
"name": "string",
"properties": {
"enterpriseAgreementPolicies": {
"accountOwnerViewCharges": "string",
"authenticationType": "string",
"departmentAdminViewCharges": "string"
},
"invoiceSectionLabelManagement": "string",
"marketplacePurchases": "string",
"policies": [
{
"name": "string",
"policyType": "string",
"scope": "string",
"value": "string"
}
],
"reservationPurchases": "string",
"savingsPlanPurchases": "string",
"viewCharges": "string"
},
"tags": {
"{customized property}": "string"
}
}
속성 값
BillingProfilePolicyProperties
이름 | 묘사 | 값 |
---|---|---|
enterpriseAgreementPolicies | 기업계약 등록에 대한 정책입니다. | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
invoiceSectionLabelManagement | 청구서 섹션 범위에서 청구서 섹션 레이블 관리를 제어하는 정책입니다. 기본적으로 허용됩니다. | '허용됨' 'NotAllowed' '기타' |
marketplacePurchases | Azure Marketplace 구매 허용 여부를 제어하는 정책입니다. | 'AllAllowed' '사용 안 함' 'NotAllowed' 'OnlyFreeAllowed' '기타' |
선언 | 청구 범위에 정의된 모든 정책 목록입니다. | PolicySummary[] |
reservationPurchases | Azure 예약 구매 허용 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
savingsPlanPurchases | Azure 저축 플랜 구매를 사용하는 사용자가 허용되는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
viewCharges | 고객 조직의 사용자가 종량제 가격으로 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' 'NotAllowed' '기타' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
이름 | 묘사 | 값 |
---|---|---|
accountOwnerViewCharges | 계정 소유자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
authenticationType | 등록 인증 수준을 보여 주는 상태입니다. | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' '기타' |
departmentAdminViewCharges | 부서 관리자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
Microsoft.Billing/billingAccounts/billingProfiles/policies
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2024-04-01' |
이름 | 리소스 이름 | 'default'(필수) |
속성 | 청구 프로필 범위의 정책입니다. | BillingProfilePolicyProperties |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. 템플릿 |
형 | 리소스 종류 | 'Microsoft.Billing/billingAccounts/billingProfiles/policies' |
PolicySummary
이름 | 묘사 | 값 |
---|---|---|
이름 | 정책의 이름입니다. | 문자열 |
policyType | 정책의 형식입니다. | '기타' 'SystemControlled' 'UserControlled' |
범위 | 정책이 정의된 범위입니다. | 문자열 |
값 | 정책의 값입니다. | 문자열 |
ProxyResourceWithTags
이름 | 묘사 | 값 |
---|
Terraform(AzAPI 공급자) 리소스 정의
billingAccounts/billingProfiles/policies 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 테넌트
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.Billing/billingAccounts/billingProfiles/policies 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01"
name = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
enterpriseAgreementPolicies = {
accountOwnerViewCharges = "string"
authenticationType = "string"
departmentAdminViewCharges = "string"
}
invoiceSectionLabelManagement = "string"
marketplacePurchases = "string"
policies = [
{
name = "string"
policyType = "string"
scope = "string"
value = "string"
}
]
reservationPurchases = "string"
savingsPlanPurchases = "string"
viewCharges = "string"
}
})
}
속성 값
BillingProfilePolicyProperties
이름 | 묘사 | 값 |
---|---|---|
enterpriseAgreementPolicies | 기업계약 등록에 대한 정책입니다. | BillingProfilePolicyPropertiesEnterpriseAgreementPolicies |
invoiceSectionLabelManagement | 청구서 섹션 범위에서 청구서 섹션 레이블 관리를 제어하는 정책입니다. 기본적으로 허용됩니다. | '허용됨' 'NotAllowed' '기타' |
marketplacePurchases | Azure Marketplace 구매 허용 여부를 제어하는 정책입니다. | 'AllAllowed' '사용 안 함' 'NotAllowed' 'OnlyFreeAllowed' '기타' |
선언 | 청구 범위에 정의된 모든 정책 목록입니다. | PolicySummary[] |
reservationPurchases | Azure 예약 구매 허용 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
savingsPlanPurchases | Azure 저축 플랜 구매를 사용하는 사용자가 허용되는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
viewCharges | 고객 조직의 사용자가 종량제 가격으로 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' 'NotAllowed' '기타' |
BillingProfilePolicyPropertiesEnterpriseAgreementPolicies
이름 | 묘사 | 값 |
---|---|---|
accountOwnerViewCharges | 계정 소유자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
authenticationType | 등록 인증 수준을 보여 주는 상태입니다. | 'MicrosoftAccountOnly' 'MixedAccount' 'OrganizationalAccountCrossTenant' 'OrganizationalAccountOnly' '기타' |
departmentAdminViewCharges | 부서 관리자가 요금을 볼 수 있는지 여부를 제어하는 정책입니다. | '허용됨' '사용 안 함' 'NotAllowed' '기타' |
Microsoft.Billing/billingAccounts/billingProfiles/policies
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 | 'default'(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 유형의 리소스 ID: billingAccounts/billingProfiles |
속성 | 청구 프로필 범위의 정책입니다. | BillingProfilePolicyProperties |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. |
형 | 리소스 종류 | "Microsoft.Billing/billingAccounts/billingProfiles/policies@2024-04-01" |
PolicySummary
이름 | 묘사 | 값 |
---|---|---|
이름 | 정책의 이름입니다. | 문자열 |
policyType | 정책의 형식입니다. | '기타' 'SystemControlled' 'UserControlled' |
범위 | 정책이 정의된 범위입니다. | 문자열 |
값 | 정책의 값입니다. | 문자열 |
ProxyResourceWithTags
이름 | 묘사 | 값 |
---|