次の方法で共有


Microsoft.Billing billingAccounts/billingProfiles 2020-05-01

Bicep リソース定義

billingAccounts/billingProfiles リソースの種類は、次を対象とする操作と共にデプロイできます。

  • テナント - テナントの展開コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Billing/billingAccounts/billingProfiles リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    billTo: {
      addressLine1: 'string'
      addressLine2: 'string'
      addressLine3: 'string'
      city: 'string'
      companyName: 'string'
      country: 'string'
      district: 'string'
      email: 'string'
      firstName: 'string'
      lastName: 'string'
      middleName: 'string'
      phoneNumber: 'string'
      postalCode: 'string'
      region: 'string'
    }
    displayName: 'string'
    enabledAzurePlans: [
      {
        skuId: 'string'
      }
    ]
    invoiceEmailOptIn: bool
    invoiceSections: {
      value: [
        {
          properties: {
            displayName: 'string'
            labels: {
              {customized property}: 'string'
            }
            tags: {
              {customized property}: 'string'
            }
          }
        }
      ]
    }
    poNumber: 'string'
    tags: {
      {customized property}: 'string'
    }
  }
}

プロパティ値

AddressDetails

名前 形容 価値
addressLine1 住所 1 行目。 string (必須)
addressLine2 住所 2 行目。
addressLine3 住所 3 行目。
都市 住所の市区町村。
companyName 会社名。
国コードでは、ISO2、2 桁の形式が使用されます。 string (必須)
住所地区。
電子メール アドレス。
firstName 名前。
lastName 名字。
middleName ミドルネーム。
phoneNumber 電話番号。
postalCode 郵便番号。
地域 アドレス領域。

AzurePlan

名前 形容 価値
skuId SKU ID。

BillingProfileProperties

名前 形容 価値
billTo 請求先住所。 AddressDetails
displayName 課金プロファイルの名前。
enabledAzurePlans 有効な Azure プランに関する情報。 AzurePlan[]
invoiceEmailOptIn 課金プロファイルの請求書を電子メールで送信するかどうかを制御するフラグ。 bool
invoiceSections 課金プロファイルに関連付けられている請求書セクション。 既定では、$expandで指定されていない限り、これは設定されません。 InvoiceSectionsOnExpand
poNumber 課金プロファイルに対して生成された請求書に表示される発注書の名前。
タグ 課金プロファイルのタグ。 BillingProfilePropertiesTags

BillingProfilePropertiesTags

名前 形容 価値

InvoiceSection

名前 形容 価値
プロパティ 請求書セクションのプロパティ。 InvoiceSectionProperties

InvoiceSectionProperties

名前 形容 価値
displayName 請求書セクションの名前。
ラベル 請求書セクションに関連付けられているメタデータのディクショナリ。 InvoiceSectionPropertiesLabels
タグ 請求書セクションに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

名前 形容 価値

InvoiceSectionPropertiesTags

名前 形容 価値

InvoiceSectionsOnExpand

名前 形容 価値
価値 課金プロファイルに関連付けられている請求書セクション。 InvoiceSection[]

Microsoft.Billing/billingAccounts/billingProfiles

名前 形容 価値
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: billingAccounts
プロパティ 課金プロファイルのプロパティ。 BillingProfileProperties の

ARM テンプレート リソース定義

billingAccounts/billingProfiles リソースの種類は、次を対象とする操作と共にデプロイできます。

  • テナント - テナントの展開コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Billing/billingAccounts/billingProfiles リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Billing/billingAccounts/billingProfiles",
  "apiVersion": "2020-05-01",
  "name": "string",
  "properties": {
    "billTo": {
      "addressLine1": "string",
      "addressLine2": "string",
      "addressLine3": "string",
      "city": "string",
      "companyName": "string",
      "country": "string",
      "district": "string",
      "email": "string",
      "firstName": "string",
      "lastName": "string",
      "middleName": "string",
      "phoneNumber": "string",
      "postalCode": "string",
      "region": "string"
    },
    "displayName": "string",
    "enabledAzurePlans": [
      {
        "skuId": "string"
      }
    ],
    "invoiceEmailOptIn": "bool",
    "invoiceSections": {
      "value": [
        {
          "properties": {
            "displayName": "string",
            "labels": {
              "{customized property}": "string"
            },
            "tags": {
              "{customized property}": "string"
            }
          }
        }
      ]
    },
    "poNumber": "string",
    "tags": {
      "{customized property}": "string"
    }
  }
}

プロパティ値

AddressDetails

名前 形容 価値
addressLine1 住所 1 行目。 string (必須)
addressLine2 住所 2 行目。
addressLine3 住所 3 行目。
都市 住所の市区町村。
companyName 会社名。
国コードでは、ISO2、2 桁の形式が使用されます。 string (必須)
住所地区。
電子メール アドレス。
firstName 名前。
lastName 名字。
middleName ミドルネーム。
phoneNumber 電話番号。
postalCode 郵便番号。
地域 アドレス領域。

AzurePlan

名前 形容 価値
skuId SKU ID。

BillingProfileProperties

名前 形容 価値
billTo 請求先住所。 AddressDetails
displayName 課金プロファイルの名前。
enabledAzurePlans 有効な Azure プランに関する情報。 AzurePlan[]
invoiceEmailOptIn 課金プロファイルの請求書を電子メールで送信するかどうかを制御するフラグ。 bool
invoiceSections 課金プロファイルに関連付けられている請求書セクション。 既定では、$expandで指定されていない限り、これは設定されません。 InvoiceSectionsOnExpand
poNumber 課金プロファイルに対して生成された請求書に表示される発注書の名前。
タグ 課金プロファイルのタグ。 BillingProfilePropertiesTags

BillingProfilePropertiesTags

名前 形容 価値

InvoiceSection

名前 形容 価値
プロパティ 請求書セクションのプロパティ。 InvoiceSectionProperties

InvoiceSectionProperties

名前 形容 価値
displayName 請求書セクションの名前。
ラベル 請求書セクションに関連付けられているメタデータのディクショナリ。 InvoiceSectionPropertiesLabels
タグ 請求書セクションに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

名前 形容 価値

InvoiceSectionPropertiesTags

名前 形容 価値

InvoiceSectionsOnExpand

名前 形容 価値
価値 課金プロファイルに関連付けられている請求書セクション。 InvoiceSection[]

Microsoft.Billing/billingAccounts/billingProfiles

名前 形容 価値
apiVersion API のバージョン '2020-05-01'
名前 リソース名 string (必須)
プロパティ 課金プロファイルのプロパティ。 BillingProfileProperties の
種類 リソースの種類 'Microsoft.Billing/billingAccounts/billingProfiles'

Terraform (AzAPI プロバイダー) リソース定義

billingAccounts/billingProfiles リソースの種類は、次を対象とする操作と共にデプロイできます。

  • テナント

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Billing/billingAccounts/billingProfiles リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01"
  name = "string"
  body = jsonencode({
    properties = {
      billTo = {
        addressLine1 = "string"
        addressLine2 = "string"
        addressLine3 = "string"
        city = "string"
        companyName = "string"
        country = "string"
        district = "string"
        email = "string"
        firstName = "string"
        lastName = "string"
        middleName = "string"
        phoneNumber = "string"
        postalCode = "string"
        region = "string"
      }
      displayName = "string"
      enabledAzurePlans = [
        {
          skuId = "string"
        }
      ]
      invoiceEmailOptIn = bool
      invoiceSections = {
        value = [
          {
            properties = {
              displayName = "string"
              labels = {
                {customized property} = "string"
              }
              tags = {
                {customized property} = "string"
              }
            }
          }
        ]
      }
      poNumber = "string"
      tags = {
        {customized property} = "string"
      }
    }
  })
}

プロパティ値

AddressDetails

名前 形容 価値
addressLine1 住所 1 行目。 string (必須)
addressLine2 住所 2 行目。
addressLine3 住所 3 行目。
都市 住所の市区町村。
companyName 会社名。
国コードでは、ISO2、2 桁の形式が使用されます。 string (必須)
住所地区。
電子メール アドレス。
firstName 名前。
lastName 名字。
middleName ミドルネーム。
phoneNumber 電話番号。
postalCode 郵便番号。
地域 アドレス領域。

AzurePlan

名前 形容 価値
skuId SKU ID。

BillingProfileProperties

名前 形容 価値
billTo 請求先住所。 AddressDetails
displayName 課金プロファイルの名前。
enabledAzurePlans 有効な Azure プランに関する情報。 AzurePlan[]
invoiceEmailOptIn 課金プロファイルの請求書を電子メールで送信するかどうかを制御するフラグ。 bool
invoiceSections 課金プロファイルに関連付けられている請求書セクション。 既定では、$expandで指定されていない限り、これは設定されません。 InvoiceSectionsOnExpand
poNumber 課金プロファイルに対して生成された請求書に表示される発注書の名前。
タグ 課金プロファイルのタグ。 BillingProfilePropertiesTags

BillingProfilePropertiesTags

名前 形容 価値

InvoiceSection

名前 形容 価値
プロパティ 請求書セクションのプロパティ。 InvoiceSectionProperties

InvoiceSectionProperties

名前 形容 価値
displayName 請求書セクションの名前。
ラベル 請求書セクションに関連付けられているメタデータのディクショナリ。 InvoiceSectionPropertiesLabels
タグ 請求書セクションに関連付けられているメタデータのディクショナリ。 キー/値の最大長は 256 文字でサポートされます。 キー/値は、値を空にしたり、null にしたりしないでください。 キーは <> % &\ を含むできませんか? / InvoiceSectionPropertiesTags

InvoiceSectionPropertiesLabels

名前 形容 価値

InvoiceSectionPropertiesTags

名前 形容 価値

InvoiceSectionsOnExpand

名前 形容 価値
価値 課金プロファイルに関連付けられている請求書セクション。 InvoiceSection[]

Microsoft.Billing/billingAccounts/billingProfiles

名前 形容 価値
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: billingAccounts
プロパティ 課金プロファイルのプロパティ。 BillingProfileProperties の
種類 リソースの種類 "Microsoft.Billing/billingAccounts/billingProfiles@2020-05-01"