Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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-07-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é
Microsoft.Network/IpAllocations
Nom | Descriptif | 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 |
IpAllocationPropertiesFormat
Nom | Descriptif | 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' « Indéfini » |
IpAllocationPropertiesFormatAllocationTags
Nom | Descriptif | Valeur |
---|
ResourceTags
Nom | Descriptif | 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-07-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é
Microsoft.Network/IpAllocations
Nom | Descriptif | Valeur |
---|---|---|
apiVersion | Version de l’API | '2022-07-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' |
IpAllocationPropertiesFormat
Nom | Descriptif | 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' « Indéfini » |
IpAllocationPropertiesFormatAllocationTags
Nom | Descriptif | Valeur |
---|
ResourceTags
Nom | Descriptif | Valeur |
---|
Exemples d’utilisation
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-07-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"
}
}
}
Valeurs de propriété
Microsoft.Network/IpAllocations
Nom | Descriptif | 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-07-01 » |
IpAllocationPropertiesFormat
Nom | Descriptif | 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' « Indéfini » |
IpAllocationPropertiesFormatAllocationTags
Nom | Descriptif | Valeur |
---|
ResourceTags
Nom | Descriptif | Valeur |
---|