Microsoft.Network expressRouteCircuits/peerings 2016-06-01
- dernière
- 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
- 2022-01-01
- 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
- 2019-12-01
- 2019-11-01
- 2019-09-01
- 2019-08-01
- 2019-07-01
- 2019-06-01
- 2019-04-01
- 2019-02-01
- 2018-12-01
- 2018-11-01
- 2018-10-01
- 2018-08-01
- 2018-07-01
- 2018-06-01
- 2018-04-01
- 2018-02-01
- 2018-01-01
- 2017-11-01
- 2017-10-01
- 2017-09-01
- 2017-08-01
- 2017-06-01
- 2017-03-30
- 2017-03-01
- 2016-12-01
- 2016-09-01
- 2016-06-01
- 2016-03-30
- 2015-06-15
- 2015-05-01-preview
Définition de ressource Bicep
Le type de ressource expressRouteCircuits/peerings 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/expressRouteCircuits/peerings, ajoutez le bicep suivant à votre modèle.
resource symbolicname 'Microsoft.Network/expressRouteCircuits/peerings@2016-06-01' = {
parent: resourceSymbolicName
etag: 'string'
name: 'string'
properties: {
azureASN: int
gatewayManagerEtag: 'string'
lastModifiedBy: 'string'
microsoftPeeringConfig: {
advertisedPublicPrefixes: [
'string'
]
advertisedPublicPrefixesState: 'string'
customerASN: int
routingRegistryName: 'string'
}
peerASN: int
peeringType: 'string'
primaryAzurePort: 'string'
primaryPeerAddressPrefix: 'string'
provisioningState: 'string'
secondaryAzurePort: 'string'
secondaryPeerAddressPrefix: 'string'
sharedKey: 'string'
state: 'string'
stats: {
primarybytesIn: int
primarybytesOut: int
secondarybytesIn: int
secondarybytesOut: int
}
vlanId: int
}
}
Valeurs de propriété
ExpressRouteCircuitPeeringConfig
Nom | Description | Valeur |
---|---|---|
publicationPublicPrefixes | Obtient ou définit la référence de AdvertisedPublicPrefixes | string[] |
publicationPublicPrefixesState | Obtient ou définit AdvertisedPublicPrefixState de la ressource Peering | 'Configuré' 'Configuration' 'NotConfigured' 'ValidationNeeded' |
customerASN | Obtient ou définit customerAsn du peering. | Int |
routingRegistryName | Obtient ou définit RoutingRegistryName de la configuration. | corde |
ExpressRouteCircuitPeeringPropertiesFormat
Nom | Description | Valeur |
---|---|---|
azureASN | Obtient ou définit l’ASN Azure | Int |
gatewayManagerEtag | Obtient ou définit l’etag GatewayManager | corde |
lastModifiedBy | Obtient si le fournisseur ou le client a modifié le peering pour la dernière fois | corde |
microsoftPeeringConfig | Obtient ou définit la configuration du peering Microsoft | ExpressRouteCircuitPeeringConfig |
peerASN | Obtient ou définit l’ASN homologue | Int |
peeringType | Obtient ou définit PeeringType | 'AzurePrivatePeering' 'AzurePublicPeering' 'MicrosoftPeering' |
primaryAzurePort | Obtient ou définit le port principal | corde |
primaryPeerAddressPrefix | Obtient ou définit le préfixe d’adresse primaire | corde |
provisioningState | Obtient l’état d’approvisionnement de la ressource PublicIP Mise à jour/Suppression/Échec | corde |
secondaryAzurePort | Obtient ou définit le port secondaire | corde |
secondaryPeerAddressPrefix | Obtient ou définit le préfixe d’adresse secondaire | corde |
sharedKey | Obtient ou définit la clé partagée | corde |
état | Obtient ou définit l’état de Peering | 'Désactivé' 'Activé' |
Stats | Obtient ou appairage des statistiques | ExpressRouteCircuitStats |
vlanId | Obtient ou définit l’ID vlan | Int |
ExpressRouteCircuitStats
Nom | Description | Valeur |
---|---|---|
primarybytesIn | Obtient BytesIn du peering. | Int |
primarybytesOut | Obtient BytesOut du peering. | Int |
secondarybytesIn | Obtient BytesIn du peering. | Int |
secondarybytesOut | Obtient BytesOut du peering. | Int |
Microsoft.Network/expressRouteCircuits/peerings
Nom | Description | Valeur |
---|---|---|
etag | Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour | corde |
nom | Nom de la ressource | chaîne (obligatoire) |
parent | Dans Bicep, vous pouvez spécifier la ressource parente d’une ressource enfant. Vous devez uniquement ajouter cette propriété lorsque la ressource enfant est déclarée en dehors de la ressource parente. Pour plus d’informations, consultez ressource enfant en dehors de la ressource parente. |
Nom symbolique de la ressource de type : expressRouteCircuits |
Propriétés | ExpressRouteCircuitPeeringPropertiesFormat |
Exemples de démarrage rapide
Les exemples de démarrage rapide suivants déploient ce type de ressource.
Fichier Bicep | Description |
---|---|
circuit ExpressRoute avec peering privé et de réseau virtuel Azure | Ce modèle configure le peering Microsoft ExpressRoute, déploie un réseau virtuel Azure avec la passerelle ExpressRoute et lie le réseau virtuel au circuit ExpressRoute |
Définition de ressource de modèle ARM
Le type de ressource expressRouteCircuits/peerings 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/expressRouteCircuits/peerings, ajoutez le code JSON suivant à votre modèle.
{
"type": "Microsoft.Network/expressRouteCircuits/peerings",
"apiVersion": "2016-06-01",
"name": "string",
"etag": "string",
"properties": {
"azureASN": "int",
"gatewayManagerEtag": "string",
"lastModifiedBy": "string",
"microsoftPeeringConfig": {
"advertisedPublicPrefixes": [ "string" ],
"advertisedPublicPrefixesState": "string",
"customerASN": "int",
"routingRegistryName": "string"
},
"peerASN": "int",
"peeringType": "string",
"primaryAzurePort": "string",
"primaryPeerAddressPrefix": "string",
"provisioningState": "string",
"secondaryAzurePort": "string",
"secondaryPeerAddressPrefix": "string",
"sharedKey": "string",
"state": "string",
"stats": {
"primarybytesIn": "int",
"primarybytesOut": "int",
"secondarybytesIn": "int",
"secondarybytesOut": "int"
},
"vlanId": "int"
}
}
Valeurs de propriété
ExpressRouteCircuitPeeringConfig
Nom | Description | Valeur |
---|---|---|
publicationPublicPrefixes | Obtient ou définit la référence de AdvertisedPublicPrefixes | string[] |
publicationPublicPrefixesState | Obtient ou définit AdvertisedPublicPrefixState de la ressource Peering | 'Configuré' 'Configuration' 'NotConfigured' 'ValidationNeeded' |
customerASN | Obtient ou définit customerAsn du peering. | Int |
routingRegistryName | Obtient ou définit RoutingRegistryName de la configuration. | corde |
ExpressRouteCircuitPeeringPropertiesFormat
Nom | Description | Valeur |
---|---|---|
azureASN | Obtient ou définit l’ASN Azure | Int |
gatewayManagerEtag | Obtient ou définit l’etag GatewayManager | corde |
lastModifiedBy | Obtient si le fournisseur ou le client a modifié le peering pour la dernière fois | corde |
microsoftPeeringConfig | Obtient ou définit la configuration du peering Microsoft | ExpressRouteCircuitPeeringConfig |
peerASN | Obtient ou définit l’ASN homologue | Int |
peeringType | Obtient ou définit PeeringType | 'AzurePrivatePeering' 'AzurePublicPeering' 'MicrosoftPeering' |
primaryAzurePort | Obtient ou définit le port principal | corde |
primaryPeerAddressPrefix | Obtient ou définit le préfixe d’adresse primaire | corde |
provisioningState | Obtient l’état d’approvisionnement de la ressource PublicIP Mise à jour/Suppression/Échec | corde |
secondaryAzurePort | Obtient ou définit le port secondaire | corde |
secondaryPeerAddressPrefix | Obtient ou définit le préfixe d’adresse secondaire | corde |
sharedKey | Obtient ou définit la clé partagée | corde |
état | Obtient ou définit l’état de Peering | 'Désactivé' 'Activé' |
Stats | Obtient ou appairage des statistiques | ExpressRouteCircuitStats |
vlanId | Obtient ou définit l’ID vlan | Int |
ExpressRouteCircuitStats
Nom | Description | Valeur |
---|---|---|
primarybytesIn | Obtient BytesIn du peering. | Int |
primarybytesOut | Obtient BytesOut du peering. | Int |
secondarybytesIn | Obtient BytesIn du peering. | Int |
secondarybytesOut | Obtient BytesOut du peering. | Int |
Microsoft.Network/expressRouteCircuits/peerings
Nom | Description | Valeur |
---|---|---|
apiVersion | Version de l’API | '2016-06-01' |
etag | Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour | corde |
nom | Nom de la ressource | chaîne (obligatoire) |
Propriétés | ExpressRouteCircuitPeeringPropertiesFormat | |
type | Type de ressource | 'Microsoft.Network/expressRouteCircuits/peerings' |
Modèles de démarrage rapide
Les modèles de démarrage rapide suivants déploient ce type de ressource.
Modèle | Description |
---|---|
circuit ExpressRoute avec peering privé et de réseau virtuel Azure |
Ce modèle configure le peering Microsoft ExpressRoute, déploie un réseau virtuel Azure avec la passerelle ExpressRoute et lie le réseau virtuel au circuit ExpressRoute |
Définition de ressource Terraform (fournisseur AzAPI)
Le type de ressource expressRouteCircuits/peerings 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/expressRouteCircuits/peerings, ajoutez le terraform suivant à votre modèle.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/expressRouteCircuits/peerings@2016-06-01"
name = "string"
etag = "string"
body = jsonencode({
properties = {
azureASN = int
gatewayManagerEtag = "string"
lastModifiedBy = "string"
microsoftPeeringConfig = {
advertisedPublicPrefixes = [
"string"
]
advertisedPublicPrefixesState = "string"
customerASN = int
routingRegistryName = "string"
}
peerASN = int
peeringType = "string"
primaryAzurePort = "string"
primaryPeerAddressPrefix = "string"
provisioningState = "string"
secondaryAzurePort = "string"
secondaryPeerAddressPrefix = "string"
sharedKey = "string"
state = "string"
stats = {
primarybytesIn = int
primarybytesOut = int
secondarybytesIn = int
secondarybytesOut = int
}
vlanId = int
}
})
}
Valeurs de propriété
ExpressRouteCircuitPeeringConfig
Nom | Description | Valeur |
---|---|---|
publicationPublicPrefixes | Obtient ou définit la référence de AdvertisedPublicPrefixes | string[] |
publicationPublicPrefixesState | Obtient ou définit AdvertisedPublicPrefixState de la ressource Peering | 'Configuré' 'Configuration' 'NotConfigured' 'ValidationNeeded' |
customerASN | Obtient ou définit customerAsn du peering. | Int |
routingRegistryName | Obtient ou définit RoutingRegistryName de la configuration. | corde |
ExpressRouteCircuitPeeringPropertiesFormat
Nom | Description | Valeur |
---|---|---|
azureASN | Obtient ou définit l’ASN Azure | Int |
gatewayManagerEtag | Obtient ou définit l’etag GatewayManager | corde |
lastModifiedBy | Obtient si le fournisseur ou le client a modifié le peering pour la dernière fois | corde |
microsoftPeeringConfig | Obtient ou définit la configuration du peering Microsoft | ExpressRouteCircuitPeeringConfig |
peerASN | Obtient ou définit l’ASN homologue | Int |
peeringType | Obtient ou définit PeeringType | 'AzurePrivatePeering' 'AzurePublicPeering' 'MicrosoftPeering' |
primaryAzurePort | Obtient ou définit le port principal | corde |
primaryPeerAddressPrefix | Obtient ou définit le préfixe d’adresse primaire | corde |
provisioningState | Obtient l’état d’approvisionnement de la ressource PublicIP Mise à jour/Suppression/Échec | corde |
secondaryAzurePort | Obtient ou définit le port secondaire | corde |
secondaryPeerAddressPrefix | Obtient ou définit le préfixe d’adresse secondaire | corde |
sharedKey | Obtient ou définit la clé partagée | corde |
état | Obtient ou définit l’état de Peering | 'Désactivé' 'Activé' |
Stats | Obtient ou appairage des statistiques | ExpressRouteCircuitStats |
vlanId | Obtient ou définit l’ID vlan | Int |
ExpressRouteCircuitStats
Nom | Description | Valeur |
---|---|---|
primarybytesIn | Obtient BytesIn du peering. | Int |
primarybytesOut | Obtient BytesOut du peering. | Int |
secondarybytesIn | Obtient BytesIn du peering. | Int |
secondarybytesOut | Obtient BytesOut du peering. | Int |
Microsoft.Network/expressRouteCircuits/peerings
Nom | Description | Valeur |
---|---|---|
etag | Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour | corde |
nom | Nom de la ressource | chaîne (obligatoire) |
parent_id | ID de la ressource qui est le parent de cette ressource. | ID de ressource de type : expressRouteCircuits |
Propriétés | ExpressRouteCircuitPeeringPropertiesFormat | |
type | Type de ressource | « Microsoft.Network/expressRouteCircuits/peerings@2016-06-01 » |