Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
- più recenti
- 2025-05-01
- 2025-03-01
- 2025-01-01
- 2024-10-01
- 2024-07-01
- 2024-05-01
- 2024-03-01
- 2024-01-01
- 2023-11-01
- 2023-09-01
- 2023-06-01
- 2023-05-01
- 2023-04-01
- 2023-02-01
- 2022-11-01
- 2022-09-01
- 2022-07-01
- 2022-05-01
- 01-01-2022
- 2021-08-01
- 2021-05-01
- 2021-03-01
- 2021-02-01
- 2020-11-01
- 2020-08-01
- 2020-07-01
- 2020-06-01
- 2020-05-01
- 2020-04-01
- 2020-03-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@2025-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'
}
}
Valori delle proprietà
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 |
CommonResourceTags
| Nome | Descrizione | Valore |
|---|
IpAllocationPropertiesFormat
| Nome | Descrizione | Valore |
|---|---|---|
| allocazioneTags | 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 |
|---|
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": "2025-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"
}
}
Valori delle proprietà
Microsoft.Network/IpAllocations
| Nome | Descrizione | Valore |
|---|---|---|
| versione dell'API | Versione dell'API | '2025-05-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' |
CommonResourceTags
| Nome | Descrizione | Valore |
|---|
IpAllocationPropertiesFormat
| Nome | Descrizione | Valore |
|---|---|---|
| allocazioneTags | 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 |
|---|
Esempi di utilizzo
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@2025-05-01"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
allocationTags = {
{customized property} = "string"
}
ipamAllocationId = "string"
prefix = "string"
prefixLength = int
prefixType = "string"
type = "string"
}
}
}
Valori delle proprietà
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@2025-05-01" |
CommonResourceTags
| Nome | Descrizione | Valore |
|---|
IpAllocationPropertiesFormat
| Nome | Descrizione | Valore |
|---|---|---|
| allocazioneTags | 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 |
|---|