Freigeben über


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

Bicep-Ressourcendefinition

Der Ressourcentyp "billingAccounts/billingProfiles" kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:

Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.

Ressourcenformat

Um eine Microsoft.Billing/billingAccounts/billingProfiles-Ressource zu erstellen, fügen Sie Ihrer Vorlage die folgende Bicep hinzu.

resource symbolicname 'Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview' = {
  parent: resourceSymbolicName
  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'
  }
}

Eigenschaftswerte

Adresse

Name Beschreibung Wert
addressLine1 Adresszeile1. Schnur
addressLine2 Adresszeile2. Schnur
addressLine3 Adresszeile3. Schnur
Stadt Adresse Ort. Schnur
companyName Firmenname. Schnur
Land Der Ländercode verwendet das ISO2-Format, das 2-stellige Format. Schnur
firstName Vorname. Schnur
Nachname Nachname. Schnur
PostalCode Adresse Postleitzahl. Schnur
Region Adressbereich. Schnur

BillingProfile

Name Beschreibung Wert
Eigenschaften Ein Abrechnungsprofil. BillingProfileProperties

BillingProfileProperties

Name Beschreibung Wert
Adresse Rechnungsadresse. Adresse
displayName Der Name des Abrechnungsprofils. Schnur
enabledAzureSKUs Informationen zum Produkt. EnabledAzureSKUs[]
invoiceSections Die Rechnungsabschnitte, die dem Abrechnungsprofil zugeordnet sind. InvoiceSection[]
poNumber Bestellnummer. Schnur

EnabledAzureSKUs

Name Beschreibung Wert
skuId Die Sku-ID. Schnur

InvoiceSection

Name Beschreibung Wert
Eigenschaften Der Rechnungsabschnitt. InvoiceSectionProperties

InvoiceSectionProperties

Name Beschreibung Wert
billingProfiles Die Abrechnungsprofile, die dem Abrechnungskonto zugeordnet sind. BillingProfile-[]
displayName The name of the InvoiceSection. Schnur

Microsoft.Billing/billingAccounts/billingProfiles

Name Beschreibung Wert
Name Der Ressourcenname Zeichenfolge (erforderlich)
Elternteil In Bicep können Sie die übergeordnete Ressource für eine untergeordnete Ressource angeben. Sie müssen diese Eigenschaft nur hinzufügen, wenn die untergeordnete Ressource außerhalb der übergeordneten Ressource deklariert wird.

Weitere Informationen finden Sie unter Untergeordnete Ressource außerhalb der übergeordneten Ressource.
Symbolischer Name für Ressource des Typs: billingAccounts
Eigenschaften Ein Abrechnungsprofil. BillingProfileProperties

ARM-Vorlagenressourcendefinition

Der Ressourcentyp "billingAccounts/billingProfiles" kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:

Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.

Ressourcenformat

Um eine Microsoft.Billing/billingAccounts/billingProfiles-Ressource zu erstellen, fügen Sie Ihrer Vorlage den folgenden JSON-Code hinzu.

{
  "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"
  }
}

Eigenschaftswerte

Adresse

Name Beschreibung Wert
addressLine1 Adresszeile1. Schnur
addressLine2 Adresszeile2. Schnur
addressLine3 Adresszeile3. Schnur
Stadt Adresse Ort. Schnur
companyName Firmenname. Schnur
Land Der Ländercode verwendet das ISO2-Format, das 2-stellige Format. Schnur
firstName Vorname. Schnur
Nachname Nachname. Schnur
PostalCode Adresse Postleitzahl. Schnur
Region Adressbereich. Schnur

BillingProfile

Name Beschreibung Wert
Eigenschaften Ein Abrechnungsprofil. BillingProfileProperties

BillingProfileProperties

Name Beschreibung Wert
Adresse Rechnungsadresse. Adresse
displayName Der Name des Abrechnungsprofils. Schnur
enabledAzureSKUs Informationen zum Produkt. EnabledAzureSKUs[]
invoiceSections Die Rechnungsabschnitte, die dem Abrechnungsprofil zugeordnet sind. InvoiceSection[]
poNumber Bestellnummer. Schnur

EnabledAzureSKUs

Name Beschreibung Wert
skuId Die Sku-ID. Schnur

InvoiceSection

Name Beschreibung Wert
Eigenschaften Der Rechnungsabschnitt. InvoiceSectionProperties

InvoiceSectionProperties

Name Beschreibung Wert
billingProfiles Die Abrechnungsprofile, die dem Abrechnungskonto zugeordnet sind. BillingProfile-[]
displayName The name of the InvoiceSection. Schnur

Microsoft.Billing/billingAccounts/billingProfiles

Name Beschreibung Wert
apiVersion Die API-Version "2018-11-01-preview"
Name Der Ressourcenname Zeichenfolge (erforderlich)
Eigenschaften Ein Abrechnungsprofil. BillingProfileProperties
Art Der Ressourcentyp "Microsoft.Billing/billingAccounts/billingProfiles"

Terraform -Ressourcendefinition (AzAPI-Anbieter)

Der Ressourcentyp "billingAccounts/billingProfiles" kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:

  • Mandanten-

Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.

Ressourcenformat

Um eine Ressource "Microsoft.Billing/billingAccounts/billingProfiles" zu erstellen, fügen Sie Ihrer Vorlage die folgende Terraform hinzu.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview"
  name = "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"
    }
  })
}

Eigenschaftswerte

Adresse

Name Beschreibung Wert
addressLine1 Adresszeile1. Schnur
addressLine2 Adresszeile2. Schnur
addressLine3 Adresszeile3. Schnur
Stadt Adresse Ort. Schnur
companyName Firmenname. Schnur
Land Der Ländercode verwendet das ISO2-Format, das 2-stellige Format. Schnur
firstName Vorname. Schnur
Nachname Nachname. Schnur
PostalCode Adresse Postleitzahl. Schnur
Region Adressbereich. Schnur

BillingProfile

Name Beschreibung Wert
Eigenschaften Ein Abrechnungsprofil. BillingProfileProperties

BillingProfileProperties

Name Beschreibung Wert
Adresse Rechnungsadresse. Adresse
displayName Der Name des Abrechnungsprofils. Schnur
enabledAzureSKUs Informationen zum Produkt. EnabledAzureSKUs[]
invoiceSections Die Rechnungsabschnitte, die dem Abrechnungsprofil zugeordnet sind. InvoiceSection[]
poNumber Bestellnummer. Schnur

EnabledAzureSKUs

Name Beschreibung Wert
skuId Die Sku-ID. Schnur

InvoiceSection

Name Beschreibung Wert
Eigenschaften Der Rechnungsabschnitt. InvoiceSectionProperties

InvoiceSectionProperties

Name Beschreibung Wert
billingProfiles Die Abrechnungsprofile, die dem Abrechnungskonto zugeordnet sind. BillingProfile-[]
displayName The name of the InvoiceSection. Schnur

Microsoft.Billing/billingAccounts/billingProfiles

Name Beschreibung Wert
Name Der Ressourcenname Zeichenfolge (erforderlich)
parent_id Die ID der Ressource, die das übergeordnete Element für diese Ressource ist. ID für Ressource vom Typ: billingAccounts
Eigenschaften Ein Abrechnungsprofil. BillingProfileProperties
Art Der Ressourcentyp "Microsoft.Billing/billingAccounts/billingProfiles@2018-11-01-preview"