Microsoft.Billing billingAccounts/billingProfiles 2018-11-01-preview

Bicep リソース定義

billingAccounts/billingProfiles リソースの種類は、次の場所にデプロイできます。

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

リソース形式

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

resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    address: {
      addressLine1: 'string'
      addressLine2: 'string'
      addressLine3: 'string'
      city: 'string'
      companyName: 'string'
      country: 'string'
      firstName: 'string'
      lastName: 'string'
      postalCode: 'string'
      region: 'string'
    }
    displayName: 'string'
    enabledAzureSKUs: [
      {
        skuId: 'string'
      }
    ]
    invoiceSections: [
      {
        properties: {
          billingProfiles: [
            {
              properties: {}
          ]
          displayName: 'string'
        }
      }
    ]
    poNumber: 'string'
  }
}

プロパティの値

billingAccounts/billingProfiles

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須)
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

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

BillingProfileProperties

名前 説明
address 請求先住所。 アドレス
displayName 課金プロファイル名。 string
enabledAzureSKU 製品に関する情報。 EnabledAzureSKUs[]
invoiceSections 課金プロファイルに関連付けられている請求書セクション。 InvoiceSection[]
poNumber 発注番号。 string

Address

名前 説明
addressLine1 住所行 1。 string
addressLine2 住所 Line2。 string
addressLine3 住所 Line3。 string
city 住所市区町村。 string
companyName 会社名。 string
country 国コードでは、ISO2 の 2 桁の形式が使用されます。 string
firstName 名。 string
lastName 姓。 string
postalCode 住所: 郵便番号。 string
region アドレス領域。 string

EnabledAzureSKU

名前 説明
skuId SKU ID。 string

InvoiceSection

名前 説明
properties InvoiceSection。 InvoiceSectionProperties

InvoiceSectionProperties

名前 説明
billingProfiles 課金アカウントに関連付けられている課金プロファイル。 BillingProfile[]
displayName InvoiceSection の名前。 string

BillingProfile

名前 説明
properties 課金プロファイル。 BillingProfileProperties

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

billingAccounts/billingProfiles リソースの種類は、次の場所にデプロイできます。

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

リソース形式

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

{
  "type": "Microsoft.Billing/billingAccounts/billingProfiles",
  "apiVersion": "2018-11-01-preview",
  "name": "string",
  "properties": {
    "address": {
      "addressLine1": "string",
      "addressLine2": "string",
      "addressLine3": "string",
      "city": "string",
      "companyName": "string",
      "country": "string",
      "firstName": "string",
      "lastName": "string",
      "postalCode": "string",
      "region": "string"
    },
    "displayName": "string",
    "enabledAzureSKUs": [
      {
        "skuId": "string"
      }
    ],
    "invoiceSections": [
      {
        "properties": {
          "billingProfiles": [
            {
              "properties": {},
          ],
          "displayName": "string"
        }
      }
    ],
    "poNumber": "string"
  }
}

プロパティの値

billingAccounts/billingProfiles

名前 説明
type リソースの種類 'Microsoft.Billing/billingAccounts/billingProfiles'
apiVersion リソース API のバージョン '2018-11-01-preview'
name リソース名

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
string (必須)
properties 課金プロファイル。 BillingProfileProperties

BillingProfileProperties

名前 説明
address 請求先住所。 アドレス
displayName 課金プロファイル名。 string
enabledAzure SKU 製品に関する情報。 EnabledAzureSKUs[]
invoiceSections 課金プロファイルに関連付けられている請求書セクション。 InvoiceSection[]
poNumber 発注番号。 string

Address

名前 説明
addressLine1 住所の行 1。 string
addressLine2 住所行 2。 string
addressLine3 住所行 3。 string
city 住所市区町村。 string
companyName 会社名。 string
country 国コードでは、ISO2、2 桁の形式が使用されます。 string
firstName 名。 string
lastName 姓。 string
postalCode 住所の郵便番号。 string
region アドレス領域。 string

EnabledAzure SKU

名前 説明
skuId SKU ID。 string

InvoiceSection

名前 説明
properties InvoiceSection。 InvoiceSectionProperties

InvoiceSectionProperties

名前 説明
billingProfiles 課金アカウントに関連付けられている課金プロファイル。 BillingProfile[]
displayName InvoiceSection の名前。 string

BillingProfile

名前 説明
properties 課金プロファイル。 BillingProfileProperties

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

billingAccounts/billingProfiles リソースの種類は、次の場所にデプロイできます。

  • テナント

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

リソース形式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      address = {
        addressLine1 = "string"
        addressLine2 = "string"
        addressLine3 = "string"
        city = "string"
        companyName = "string"
        country = "string"
        firstName = "string"
        lastName = "string"
        postalCode = "string"
        region = "string"
      }
      displayName = "string"
      enabledAzureSKUs = [
        {
          skuId = "string"
        }
      ]
      invoiceSections = [
        {
          properties = {
            billingProfiles = [
              {
                properties = {}
            ]
            displayName = "string"
          }
        }
      ]
      poNumber = "string"
    }
  })
}

プロパティの値

billingAccounts/billingProfiles

名前 説明
type リソースの種類 "Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview"
name リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: billingAccounts
properties 課金プロファイル。 BillingProfileProperties

BillingProfileProperties

名前 説明
address 請求先住所。 アドレス
displayName 課金プロファイル名。 string
enabledAzure SKU 製品に関する情報。 EnabledAzureSKUs[]
invoiceSections 課金プロファイルに関連付けられている請求書セクション。 InvoiceSection[]
poNumber 発注番号。 string

Address

名前 説明
addressLine1 住所の行 1。 string
addressLine2 住所行 2。 string
addressLine3 住所行 3。 string
city 住所市区町村。 string
companyName 会社名。 string
country 国コードでは、ISO2、2 桁の形式が使用されます。 string
firstName 名。 string
lastName 姓。 string
postalCode 住所の郵便番号。 string
region アドレス領域。 string

EnabledAzure SKU

名前 説明
skuId SKU ID。 string

InvoiceSection

名前 説明
properties InvoiceSection。 InvoiceSectionProperties

InvoiceSectionProperties

名前 説明
billingProfiles 課金アカウントに関連付けられている課金プロファイル。 BillingProfile[]
displayName InvoiceSection の名前。 string

BillingProfile

名前 説明
properties 課金プロファイル。 BillingProfileProperties