Microsoft.Network IpAllocations 2020-05-01
Bicep-resourcedefinitie
Het resourcetype IpAllocations kan worden geïmplementeerd met bewerkingen die zijn gericht op:
- Resourcegroepen - Zie opdrachten voor de implementatie van resourcegroepen
Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.
Resource-indeling
Als u een Microsoft.Network/IpAllocations-resource wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.
resource symbolicname 'Microsoft.Network/IpAllocations@2020-05-01' = {
location: 'string'
name: 'string'
properties: {
allocationTags: {
{customized property}: 'string'
}
ipamAllocationId: 'string'
prefix: 'string'
prefixLength: int
prefixType: 'string'
type: 'string'
}
tags: {
{customized property}: 'string'
}
}
Eigenschapswaarden
IpAllocationPropertiesFormat
Naam | Beschrijving | Waarde |
---|---|---|
allocationTags | IpAllocation-tags. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | De IPAM-toewijzings-id. | snaar |
voorvoegsel | Het adresvoorvoegsel voor ipallocation. | snaar |
voorvoegselLength | De lengte van het adresvoorvoegsel voor de IpAllocation. | Int |
voorvoegselType | Het adresvoorvoegseltype voor de IpAllocation. | 'IPv4' 'IPv6' |
type | Het type voor ipallocation. | 'Hypernet' 'Niet gedefinieerd' |
IpAllocationPropertiesFormatAllocationTags
Naam | Beschrijving | Waarde |
---|
Microsoft.Network/IpAllocations
Naam | Beschrijving | Waarde |
---|---|---|
plaats | Resourcelocatie. | snaar |
naam | De resourcenaam | tekenreeks (vereist) |
Eigenschappen | Eigenschappen van de IpAllocation. | IpAllocationPropertiesFormat |
Tags | Resourcetags | Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen |
ResourceTags
Naam | Beschrijving | Waarde |
---|
Resourcedefinitie van ARM-sjabloon
Het resourcetype IpAllocations kan worden geïmplementeerd met bewerkingen die zijn gericht op:
- Resourcegroepen - Zie opdrachten voor de implementatie van resourcegroepen
Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.
Resource-indeling
Als u een Microsoft.Network/IpAllocations-resource wilt maken, voegt u de volgende JSON toe aan uw sjabloon.
{
"type": "Microsoft.Network/IpAllocations",
"apiVersion": "2020-05-01",
"name": "string",
"location": "string",
"properties": {
"allocationTags": {
"{customized property}": "string"
},
"ipamAllocationId": "string",
"prefix": "string",
"prefixLength": "int",
"prefixType": "string",
"type": "string"
},
"tags": {
"{customized property}": "string"
}
}
Eigenschapswaarden
IpAllocationPropertiesFormat
Naam | Beschrijving | Waarde |
---|---|---|
allocationTags | IpAllocation-tags. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | De IPAM-toewijzings-id. | snaar |
voorvoegsel | Het adresvoorvoegsel voor ipallocation. | snaar |
voorvoegselLength | De lengte van het adresvoorvoegsel voor de IpAllocation. | Int |
voorvoegselType | Het adresvoorvoegseltype voor de IpAllocation. | 'IPv4' 'IPv6' |
type | Het type voor ipallocation. | 'Hypernet' 'Niet gedefinieerd' |
IpAllocationPropertiesFormatAllocationTags
Naam | Beschrijving | Waarde |
---|
Microsoft.Network/IpAllocations
Naam | Beschrijving | Waarde |
---|---|---|
apiVersion | De API-versie | '2020-05-01' |
plaats | Resourcelocatie. | snaar |
naam | De resourcenaam | tekenreeks (vereist) |
Eigenschappen | Eigenschappen van de IpAllocation. | IpAllocationPropertiesFormat |
Tags | Resourcetags | Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen |
type | Het resourcetype | 'Microsoft.Network/IpAllocations' |
ResourceTags
Naam | Beschrijving | Waarde |
---|
Resourcedefinitie van Terraform (AzAPI-provider)
Het resourcetype IpAllocations kan worden geïmplementeerd met bewerkingen die zijn gericht op:
- resourcegroepen
Zie logboek wijzigenvoor een lijst met gewijzigde eigenschappen in elke API-versie.
Resource-indeling
Als u een Microsoft.Network/IpAllocations-resource wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/IpAllocations@2020-05-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
allocationTags = {
{customized property} = "string"
}
ipamAllocationId = "string"
prefix = "string"
prefixLength = int
prefixType = "string"
type = "string"
}
})
}
Eigenschapswaarden
IpAllocationPropertiesFormat
Naam | Beschrijving | Waarde |
---|---|---|
allocationTags | IpAllocation-tags. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | De IPAM-toewijzings-id. | snaar |
voorvoegsel | Het adresvoorvoegsel voor ipallocation. | snaar |
voorvoegselLength | De lengte van het adresvoorvoegsel voor de IpAllocation. | Int |
voorvoegselType | Het adresvoorvoegseltype voor de IpAllocation. | 'IPv4' 'IPv6' |
type | Het type voor ipallocation. | 'Hypernet' 'Niet gedefinieerd' |
IpAllocationPropertiesFormatAllocationTags
Naam | Beschrijving | Waarde |
---|
Microsoft.Network/IpAllocations
Naam | Beschrijving | Waarde |
---|---|---|
plaats | Resourcelocatie. | snaar |
naam | De resourcenaam | tekenreeks (vereist) |
Eigenschappen | Eigenschappen van de IpAllocation. | IpAllocationPropertiesFormat |
Tags | Resourcetags | Woordenlijst met tagnamen en -waarden. |
type | Het resourcetype | "Microsoft.Network/IpAllocations@2020-05-01" |
ResourceTags
Naam | Beschrijving | Waarde |
---|