Microsoft.Network IpAllocations 2022-11-01
Définition de ressource Bicep
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.
Format de ressource
Pour créer une ressource Microsoft.Network/IpAllocations, ajoutez le bicep suivant à votre modèle.
resource symbolicname 'Microsoft.Network/IpAllocations@2022-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'
}
}
Valeurs de propriété
IpAllocationPropertiesFormat
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' |
IpAllocationPropertiesFormatAllocationTags
Nom | Description | Valeur |
---|
Microsoft.Network/IpAllocations
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 |
ResourceTags
Nom | Description | Valeur |
---|
Définition de ressource de modèle ARM
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.
Format de ressource
Pour créer une ressource Microsoft.Network/IpAllocations, ajoutez le code JSON suivant à votre modèle.
{
"type": "Microsoft.Network/IpAllocations",
"apiVersion": "2022-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"
}
}
Valeurs de propriété
IpAllocationPropertiesFormat
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' |
IpAllocationPropertiesFormatAllocationTags
Nom | Description | Valeur |
---|
Microsoft.Network/IpAllocations
Nom | Description | Valeur |
---|---|---|
apiVersion | Version de l’API | '2022-11-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' |
ResourceTags
Nom | Description | Valeur |
---|
Définition de ressource Terraform (fournisseur AzAPI)
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.
Format de ressource
Pour créer une ressource Microsoft.Network/IpAllocations, ajoutez terraform suivant à votre modèle.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/IpAllocations@2022-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"
}
})
}
Valeurs de propriété
IpAllocationPropertiesFormat
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' |
IpAllocationPropertiesFormatAllocationTags
Nom | Description | Valeur |
---|
Microsoft.Network/IpAllocations
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@2022-11-01 » |
ResourceTags
Nom | Description | Valeur |
---|