Freigeben über


Microsoft.Network IpAllocations 2023-02-01

Bicep-Ressourcendefinition

Der Ressourcentyp "IpAllocations" 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.Network/IpAllocations-Ressource zu erstellen, fügen Sie Ihrer Vorlage die folgende Bicep hinzu.

resource symbolicname 'Microsoft.Network/IpAllocations@2023-02-01' = {
  location: 'string'
  name: 'string'
  properties: {
    allocationTags: {
      {customized property}: 'string'
    }
    ipamAllocationId: 'string'
    prefix: 'string'
    prefixLength: int
    prefixType: 'string'
    type: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

Eigenschaftswerte

IpAllocationPropertiesFormat

Name Beschreibung Wert
allocationTags IpAllocation-Tags. IpAllocationPropertiesFormatAllocationTags
ipamAllocationId Die IPAM-Zuordnungs-ID. Schnur
Präfix Das Adresspräfix für ipAllocation. Schnur
prefixLength Die Länge des Adresspräfixs für die IpAllocation. Int
prefixType Der Adresspräfixtyp für die IpAllocation. "IPv4"
"IPv6"
Art Der Typ für die IpAllocation. 'Hypernet'
"Undefined"

IpAllocationPropertiesFormatAllocationTags

Name Beschreibung Wert

Microsoft.Network/IpAllocations

Name Beschreibung Wert
Ort Ressourcenspeicherort. Schnur
Name Der Ressourcenname Zeichenfolge (erforderlich)
Eigenschaften Eigenschaften der IpAllocation. IpAllocationPropertiesFormat-
Schilder Ressourcentags Wörterbuch der Tagnamen und -werte. Siehe Tags in Vorlagen

ResourceTags

Name Beschreibung Wert

ARM-Vorlagenressourcendefinition

Der Ressourcentyp "IpAllocations" 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.Network/IpAllocations-Ressource zu erstellen, fügen Sie der Vorlage den folgenden JSON-Code hinzu.

{
  "type": "Microsoft.Network/IpAllocations",
  "apiVersion": "2023-02-01",
  "name": "string",
  "location": "string",
  "properties": {
    "allocationTags": {
      "{customized property}": "string"
    },
    "ipamAllocationId": "string",
    "prefix": "string",
    "prefixLength": "int",
    "prefixType": "string",
    "type": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

Eigenschaftswerte

IpAllocationPropertiesFormat

Name Beschreibung Wert
allocationTags IpAllocation-Tags. IpAllocationPropertiesFormatAllocationTags
ipamAllocationId Die IPAM-Zuordnungs-ID. Schnur
Präfix Das Adresspräfix für ipAllocation. Schnur
prefixLength Die Länge des Adresspräfixs für die IpAllocation. Int
prefixType Der Adresspräfixtyp für die IpAllocation. "IPv4"
"IPv6"
Art Der Typ für die IpAllocation. 'Hypernet'
"Undefined"

IpAllocationPropertiesFormatAllocationTags

Name Beschreibung Wert

Microsoft.Network/IpAllocations

Name Beschreibung Wert
apiVersion Die API-Version '2023-02-01'
Ort Ressourcenspeicherort. Schnur
Name Der Ressourcenname Zeichenfolge (erforderlich)
Eigenschaften Eigenschaften der IpAllocation. IpAllocationPropertiesFormat-
Schilder Ressourcentags Wörterbuch der Tagnamen und -werte. Siehe Tags in Vorlagen
Art Der Ressourcentyp "Microsoft.Network/IpAllocations"

ResourceTags

Name Beschreibung Wert

Terraform -Ressourcendefinition (AzAPI-Anbieter)

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

  • Ressourcengruppen

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

Ressourcenformat

Um eine Microsoft.Network/IpAllocations-Ressource zu erstellen, fügen Sie Ihrer Vorlage die folgende Terraform hinzu.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/IpAllocations@2023-02-01"
  name = "string"
  location = "string"
  body = jsonencode({
    properties = {
      allocationTags = {
        {customized property} = "string"
      }
      ipamAllocationId = "string"
      prefix = "string"
      prefixLength = int
      prefixType = "string"
      type = "string"
    }
  })
  tags = {
    {customized property} = "string"
  }
}

Eigenschaftswerte

IpAllocationPropertiesFormat

Name Beschreibung Wert
allocationTags IpAllocation-Tags. IpAllocationPropertiesFormatAllocationTags
ipamAllocationId Die IPAM-Zuordnungs-ID. Schnur
Präfix Das Adresspräfix für ipAllocation. Schnur
prefixLength Die Länge des Adresspräfixs für die IpAllocation. Int
prefixType Der Adresspräfixtyp für die IpAllocation. "IPv4"
"IPv6"
Art Der Typ für die IpAllocation. 'Hypernet'
"Undefined"

IpAllocationPropertiesFormatAllocationTags

Name Beschreibung Wert

Microsoft.Network/IpAllocations

Name Beschreibung Wert
Ort Ressourcenspeicherort. Schnur
Name Der Ressourcenname Zeichenfolge (erforderlich)
Eigenschaften Eigenschaften der IpAllocation. IpAllocationPropertiesFormat-
Schilder Ressourcentags Wörterbuch der Tagnamen und -werte.
Art Der Ressourcentyp "Microsoft.Network/IpAllocations@2023-02-01"

ResourceTags

Name Beschreibung Wert