- 最新の を
する - 2024-04-01
- 2020-05-01
- 2019-10-01-プレビュー
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'
}
}
プロパティ値
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections (英語)
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: パターン = ^[a-zA-Z\d-_]{1,128}$ (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: billingAccounts/billingProfiles |
プロパティ | 請求書セクション。 | 請求書セクションプロパティ |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
請求書セクションプロパティ
名前 | 形容 | 価値 |
---|---|---|
ディスプレイ名 | 請求書セクションの名前。 | 糸 |
reasonCodeの | 指定された請求書セクションの状態の理由。 | 「その他」 「パストデュー」 'SpendingLimitExpired' 「SpendingLimitReached」 「アンノーマル・アクティビティ」 |
状態 | 請求書セクションの状態を識別します。 | 「アクティブ」 「削除済み」 「無効」 「その他」 「制限付き」 「アンダーレビュー」 「警告」 |
タグ | リソースに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / | InvoiceSectionPropertiesタグ |
ターゲットクラウド | 請求書セクションに関連付けられているクラウド環境を識別します。 これはシステム管理のオプション フィールドであり、請求書セクションがさまざまなクラウドのアカウントに関連付けられると更新されます。 | 糸 |
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"
}
}
プロパティ値
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections (英語)
名前 | 形容 | 価値 |
---|---|---|
apiVersion (英語) | API のバージョン | '2024-04-01' |
名前 | リソース名 | 糸 制約: パターン = ^[a-zA-Z\d-_]{1,128}$ (必須) |
プロパティ | 請求書セクション。 | 請求書セクションプロパティ |
タグ | リソース タグ | タグ名と値のディクショナリ。 テンプレート の |
種類 | リソースの種類 | 'Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections' |
請求書セクションプロパティ
名前 | 形容 | 価値 |
---|---|---|
ディスプレイ名 | 請求書セクションの名前。 | 糸 |
reasonCodeの | 指定された請求書セクションの状態の理由。 | 「その他」 「パストデュー」 'SpendingLimitExpired' 「SpendingLimitReached」 「アンノーマル・アクティビティ」 |
状態 | 請求書セクションの状態を識別します。 | 「アクティブ」 「削除済み」 「無効」 「その他」 「制限付き」 「アンダーレビュー」 「警告」 |
タグ | リソースに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / | InvoiceSectionPropertiesタグ |
ターゲットクラウド | 請求書セクションに関連付けられているクラウド環境を識別します。 これはシステム管理のオプション フィールドであり、請求書セクションがさまざまなクラウドのアカウントに関連付けられると更新されます。 | 糸 |
InvoiceSectionPropertiesタグ
名前 | 形容 | 価値 |
---|
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"
parent_id = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
displayName = "string"
reasonCode = "string"
state = "string"
tags = {
{customized property} = "string"
}
targetCloud = "string"
}
}
}
プロパティ値
Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections (英語)
名前 | 形容 | 価値 |
---|---|---|
名前 | リソース名 | 糸 制約: パターン = ^[a-zA-Z\d-_]{1,128}$ (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: billingAccounts/billingProfiles |
プロパティ | 請求書セクション。 | 請求書セクションプロパティ |
タグ | リソース タグ | タグ名と値のディクショナリ。 |
種類 | リソースの種類 | "Microsoft.Billing/billingAccounts/billingProfiles/invoiceSections@2024-04-01" |
請求書セクションプロパティ
名前 | 形容 | 価値 |
---|---|---|
ディスプレイ名 | 請求書セクションの名前。 | 糸 |
reasonCodeの | 指定された請求書セクションの状態の理由。 | 「その他」 「パストデュー」 'SpendingLimitExpired' 「SpendingLimitReached」 「アンノーマル・アクティビティ」 |
状態 | 請求書セクションの状態を識別します。 | 「アクティブ」 「削除済み」 「無効」 「その他」 「制限付き」 「アンダーレビュー」 「警告」 |
タグ | リソースに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / | InvoiceSectionPropertiesタグ |
ターゲットクラウド | 請求書セクションに関連付けられているクラウド環境を識別します。 これはシステム管理のオプション フィールドであり、請求書セクションがさまざまなクラウドのアカウントに関連付けられると更新されます。 | 糸 |
InvoiceSectionPropertiesタグ
名前 | 形容 | 価値 |
---|
ProxyResourceWithTags
名前 | 形容 | 価値 |
---|