Microsoft.Billing billingAccounts/billingProfiles/invoiceSections 2024-04-01
- 最新の を
する - 2024-04-01
- 2020-05-01
- 2019-10-01-preview
Bicep リソース定義
billingAccounts/billingProfiles/invoiceSections リソースの種類は、次をターゲットとする操作でデプロイできます。
- テナント - テナントの展開コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
displayName: 'string'
reasonCode: 'string'
state: 'string'
tags: {
{customized property}: 'string'
}
targetCloud: 'string'
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
InvoiceSectionProperties
名前 | 形容 | 価値 |
---|---|---|
displayName | 請求書セクションの名前。 | 糸 |
reasonCode | 指定された請求書セクションの状態の理由。 | 'Other' 'PastDue' 'SpendingLimitExpired' 'SpendingLimitReached' 'UnusualActivity' |
状態 | 請求書セクションの状態を識別します。 | 'Active' 'Deleted' 'Disabled' 'Other' 'Restricted' 'UnderReview' 'Warned' |
タグ | リソースに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / | InvoiceSectionPropertiesTags |
targetCloud | 請求書セクションに関連付けられているクラウド環境を識別します。 これはシステム管理のオプション フィールドであり、請求書セクションがさまざまなクラウドのアカウントに関連付けられると更新されます。 | 糸 |
InvoiceSectionPropertiesTags
名前 | 形容 | 価値 |
---|
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: パターン = ^[a-zA-Z\d-_]{1,128}$ (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: billingAccounts/billingProfiles |
プロパティ | 請求書セクション。 | InvoiceSectionProperties |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
ProxyResourceWithTags
名前 | 形容 | 価値 |
---|
ARM テンプレート リソース定義
billingAccounts/billingProfiles/invoiceSections リソースの種類は、次をターゲットとする操作でデプロイできます。
- テナント - テナントの展開コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections",
"apiVersion": "2024-04-01",
"name": "string",
"properties": {
"displayName": "string",
"reasonCode": "string",
"state": "string",
"tags": {
"{customized property}": "string"
},
"targetCloud": "string"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
InvoiceSectionProperties
名前 | 形容 | 価値 |
---|---|---|
displayName | 請求書セクションの名前。 | 糸 |
reasonCode | 指定された請求書セクションの状態の理由。 | 'Other' 'PastDue' 'SpendingLimitExpired' 'SpendingLimitReached' 'UnusualActivity' |
状態 | 請求書セクションの状態を識別します。 | 'Active' 'Deleted' 'Disabled' 'Other' 'Restricted' 'UnderReview' 'Warned' |
タグ | リソースに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / | InvoiceSectionPropertiesTags |
targetCloud | 請求書セクションに関連付けられているクラウド環境を識別します。 これはシステム管理のオプション フィールドであり、請求書セクションがさまざまなクラウドのアカウントに関連付けられると更新されます。 | 糸 |
InvoiceSectionPropertiesTags
名前 | 形容 | 価値 |
---|
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2024-04-01' |
名前 | リソース名 | 糸 制約: パターン = ^[a-zA-Z\d-_]{1,128}$ (必須) |
プロパティ | 請求書セクション。 | InvoiceSectionProperties |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections' |
ProxyResourceWithTags
名前 | 形容 | 価値 |
---|
Terraform (AzAPI プロバイダー) リソース定義
billingAccounts/billingProfiles/invoiceSections リソースの種類は、次をターゲットとする操作でデプロイできます。
- テナント
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01"
name = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
displayName = "string"
reasonCode = "string"
state = "string"
tags = {
{customized property} = "string"
}
targetCloud = "string"
}
})
}
プロパティ値
InvoiceSectionProperties
名前 | 形容 | 価値 |
---|---|---|
displayName | 請求書セクションの名前。 | 糸 |
reasonCode | 指定された請求書セクションの状態の理由。 | 'Other' 'PastDue' 'SpendingLimitExpired' 'SpendingLimitReached' 'UnusualActivity' |
状態 | 請求書セクションの状態を識別します。 | 'Active' 'Deleted' 'Disabled' 'Other' 'Restricted' 'UnderReview' 'Warned' |
タグ | リソースに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / | InvoiceSectionPropertiesTags |
targetCloud | 請求書セクションに関連付けられているクラウド環境を識別します。 これはシステム管理のオプション フィールドであり、請求書セクションがさまざまなクラウドのアカウントに関連付けられると更新されます。 | 糸 |
InvoiceSectionPropertiesTags
名前 | 形容 | 価値 |
---|
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: パターン = ^[a-zA-Z\d-_]{1,128}$ (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: billingAccounts/billingProfiles |
プロパティ | 請求書セクション。 | InvoiceSectionProperties |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01" |
ProxyResourceWithTags
名前 | 形容 | 価値 |
---|