Microsoft.Network IpAllocations 2023-11-01
Definizione di risorsa Bicep
Il tipo di risorsa IpAllocations può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.Network/IpAllocations, aggiungere il bicep seguente al modello.
resource symbolicname 'Microsoft.Network/IpAllocations@2023-11-01' = {
location: 'string'
name: 'string'
properties: {
allocationTags: {
{customized property}: 'string'
}
ipamAllocationId: 'string'
prefix: 'string'
prefixLength: int
prefixType: 'string'
type: 'string'
}
tags: {
{customized property}: 'string'
}
}
Valori delle proprietà
IpAllocationPropertiesFormat
Nome | Descrizione | Valore |
---|---|---|
allocationTags | Tag IpAllocation. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | ID di allocazione di Gestione indirizzi IP. | corda |
prefisso | Prefisso dell'indirizzo per IpAllocation. | corda |
prefixLength | Lunghezza del prefisso dell'indirizzo per IpAllocation. | Int |
prefixType | Prefisso dell'indirizzo Digitare per IpAllocation. | 'IPv4' 'IPv6' |
digitare | Tipo per IpAllocation. | 'Hypernet' 'Non definito' |
IpAllocationPropertiesFormatAllocationTags
Nome | Descrizione | Valore |
---|
Microsoft.Network/IpAllocations
Nome | Descrizione | Valore |
---|---|---|
ubicazione | Percorso della risorsa. | corda |
nome | Nome della risorsa | stringa (obbligatorio) |
proprietà | Proprietà di IpAllocation. | IpAllocationPropertiesFormat |
Tag | Tag delle risorse | Dizionario di nomi e valori di tag. Vedere tag nei modelli |
ResourceTags
Nome | Descrizione | Valore |
---|
Definizione di risorsa del modello di Resource Manager
Il tipo di risorsa IpAllocations può essere distribuito con operazioni destinate a:
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.Network/IpAllocations, aggiungere il codice JSON seguente al modello.
{
"type": "Microsoft.Network/IpAllocations",
"apiVersion": "2023-11-01",
"name": "string",
"location": "string",
"properties": {
"allocationTags": {
"{customized property}": "string"
},
"ipamAllocationId": "string",
"prefix": "string",
"prefixLength": "int",
"prefixType": "string",
"type": "string"
},
"tags": {
"{customized property}": "string"
}
}
Valori delle proprietà
IpAllocationPropertiesFormat
Nome | Descrizione | Valore |
---|---|---|
allocationTags | Tag IpAllocation. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | ID di allocazione di Gestione indirizzi IP. | corda |
prefisso | Prefisso dell'indirizzo per IpAllocation. | corda |
prefixLength | Lunghezza del prefisso dell'indirizzo per IpAllocation. | Int |
prefixType | Prefisso dell'indirizzo Digitare per IpAllocation. | 'IPv4' 'IPv6' |
digitare | Tipo per IpAllocation. | 'Hypernet' 'Non definito' |
IpAllocationPropertiesFormatAllocationTags
Nome | Descrizione | Valore |
---|
Microsoft.Network/IpAllocations
Nome | Descrizione | Valore |
---|---|---|
apiVersion | Versione dell'API | '2023-11-01' |
ubicazione | Percorso della risorsa. | corda |
nome | Nome della risorsa | stringa (obbligatorio) |
proprietà | Proprietà di IpAllocation. | IpAllocationPropertiesFormat |
Tag | Tag delle risorse | Dizionario di nomi e valori di tag. Vedere tag nei modelli |
digitare | Tipo di risorsa | 'Microsoft.Network/IpAllocations' |
ResourceTags
Nome | Descrizione | Valore |
---|
Definizione di risorsa Terraform (provider AzAPI)
Il tipo di risorsa IpAllocations può essere distribuito con operazioni destinate a:
- gruppi di risorse
Per un elenco delle proprietà modificate in ogni versione dell'API, vedere log delle modifiche.
Formato risorsa
Per creare una risorsa Microsoft.Network/IpAllocations, aggiungere il comando Terraform seguente al modello.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/IpAllocations@2023-11-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"
}
})
}
Valori delle proprietà
IpAllocationPropertiesFormat
Nome | Descrizione | Valore |
---|---|---|
allocationTags | Tag IpAllocation. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | ID di allocazione di Gestione indirizzi IP. | corda |
prefisso | Prefisso dell'indirizzo per IpAllocation. | corda |
prefixLength | Lunghezza del prefisso dell'indirizzo per IpAllocation. | Int |
prefixType | Prefisso dell'indirizzo Digitare per IpAllocation. | 'IPv4' 'IPv6' |
digitare | Tipo per IpAllocation. | 'Hypernet' 'Non definito' |
IpAllocationPropertiesFormatAllocationTags
Nome | Descrizione | Valore |
---|
Microsoft.Network/IpAllocations
Nome | Descrizione | Valore |
---|---|---|
ubicazione | Percorso della risorsa. | corda |
nome | Nome della risorsa | stringa (obbligatorio) |
proprietà | Proprietà di IpAllocation. | IpAllocationPropertiesFormat |
Tag | Tag delle risorse | Dizionario di nomi e valori di tag. |
digitare | Tipo di risorsa | "Microsoft.Network/IpAllocations@2023-11-01" |
ResourceTags
Nome | Descrizione | Valore |
---|