Microsoft.Network IpAllocations 2021-02-01
Le type de ressource IpAllocations peut être déployé avec des opérations qui ciblent :
- groupes de ressources - Consultez commandes de déploiement de groupes de ressources
Pour obtenir la liste des propriétés modifiées dans chaque version de l’API, consultez journal des modifications.
Pour créer une ressource Microsoft.Network/IpAllocations, ajoutez le bicep suivant à votre modèle.
resource symbolicname 'Microsoft.Network/IpAllocations@2021-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'
}
}
Nom | Description | Valeur |
---|---|---|
allocationTags | Balises IpAllocation. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | ID d’allocation IPAM. | corde |
préfixe | Préfixe d’adresse pour IpAllocation. | corde |
prefixLength | Longueur du préfixe d’adresse pour IpAllocation. | Int |
prefixType | Type de préfixe d’adresse pour IpAllocation. | 'IPv4' 'IPv6' |
type | Type pour IpAllocation. | 'Hypernet' 'Undefined' |
Nom | Description | Valeur |
---|
Nom | Description | Valeur |
---|---|---|
emplacement | Emplacement des ressources. | corde |
nom | Nom de la ressource | chaîne (obligatoire) |
Propriétés | Propriétés de l’adresse IpAllocation. | IpAllocationPropertiesFormat |
étiquettes | Balises de ressource | Dictionnaire de noms et de valeurs d’étiquettes. Consultez les balises dans les modèles |
Nom | Description | Valeur |
---|
Le type de ressource IpAllocations peut être déployé avec des opérations qui ciblent :
- groupes de ressources - Consultez commandes de déploiement de groupes de ressources
Pour obtenir la liste des propriétés modifiées dans chaque version de l’API, consultez journal des modifications.
Pour créer une ressource Microsoft.Network/IpAllocations, ajoutez le code JSON suivant à votre modèle.
{
"type": "Microsoft.Network/IpAllocations",
"apiVersion": "2021-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"
}
}
Nom | Description | Valeur |
---|---|---|
allocationTags | Balises IpAllocation. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | ID d’allocation IPAM. | corde |
préfixe | Préfixe d’adresse pour IpAllocation. | corde |
prefixLength | Longueur du préfixe d’adresse pour IpAllocation. | Int |
prefixType | Type de préfixe d’adresse pour IpAllocation. | 'IPv4' 'IPv6' |
type | Type pour IpAllocation. | 'Hypernet' 'Undefined' |
Nom | Description | Valeur |
---|
Nom | Description | Valeur |
---|---|---|
apiVersion | Version de l’API | '2021-02-01' |
emplacement | Emplacement des ressources. | corde |
nom | Nom de la ressource | chaîne (obligatoire) |
Propriétés | Propriétés de l’adresse IpAllocation. | IpAllocationPropertiesFormat |
étiquettes | Balises de ressource | Dictionnaire de noms et de valeurs d’étiquettes. Consultez les balises dans les modèles |
type | Type de ressource | 'Microsoft.Network/IpAllocations' |
Nom | Description | Valeur |
---|
Le type de ressource IpAllocations peut être déployé avec des opérations qui ciblent :
- groupes de ressources
Pour obtenir la liste des propriétés modifiées dans chaque version de l’API, consultez journal des modifications.
Pour créer une ressource Microsoft.Network/IpAllocations, ajoutez terraform suivant à votre modèle.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/IpAllocations@2021-02-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"
}
})
}
Nom | Description | Valeur |
---|---|---|
allocationTags | Balises IpAllocation. | IpAllocationPropertiesFormatAllocationTags |
ipamAllocationId | ID d’allocation IPAM. | corde |
préfixe | Préfixe d’adresse pour IpAllocation. | corde |
prefixLength | Longueur du préfixe d’adresse pour IpAllocation. | Int |
prefixType | Type de préfixe d’adresse pour IpAllocation. | 'IPv4' 'IPv6' |
type | Type pour IpAllocation. | 'Hypernet' 'Undefined' |
Nom | Description | Valeur |
---|
Nom | Description | Valeur |
---|---|---|
emplacement | Emplacement des ressources. | corde |
nom | Nom de la ressource | chaîne (obligatoire) |
Propriétés | Propriétés de l’adresse IpAllocation. | IpAllocationPropertiesFormat |
étiquettes | Balises de ressource | Dictionnaire de noms et de valeurs d’étiquettes. |
type | Type de ressource | « Microsoft.Network/IpAllocations@2021-02-01 » |
Nom | Description | Valeur |
---|