Microsoft.Network dscpConfigurations 2022-05-01
Bicep-Ressourcendefinition
Der Ressourcentyp "dscpConfigurations" kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:
- Ressourcengruppen – Siehe Ressourcengruppenbereitstellungsbefehle
Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.
Ressourcenformat
Um eine Microsoft.Network/dscpConfigurations-Ressource zu erstellen, fügen Sie ihrer Vorlage die folgende Bicep hinzu.
resource symbolicname 'Microsoft.Network/dscpConfigurations@2022-05-01' = {
location: 'string'
name: 'string'
properties: {
destinationIpRanges: [
{
endIP: 'string'
startIP: 'string'
}
]
destinationPortRanges: [
{
end: int
start: int
}
]
markings: [
int
]
protocol: 'string'
qosDefinitionCollection: [
{
destinationIpRanges: [
{
endIP: 'string'
startIP: 'string'
}
]
destinationPortRanges: [
{
end: int
start: int
}
]
markings: [
int
]
protocol: 'string'
sourceIpRanges: [
{
endIP: 'string'
startIP: 'string'
}
]
sourcePortRanges: [
{
end: int
start: int
}
]
}
]
sourceIpRanges: [
{
endIP: 'string'
startIP: 'string'
}
]
sourcePortRanges: [
{
end: int
start: int
}
]
}
tags: {
{customized property}: 'string'
}
}
Eigenschaftswerte
DscpConfigurationPropertiesFormat
Name | Beschreibung | Wert |
---|---|---|
destinationIpRanges | Ziel-IP-Bereiche. | QosIpRange-[] |
destinationPortRanges | Zielportbereiche. | QosPortRange[] |
Markierungen | Liste der Markierungen, die in der Konfiguration verwendet werden sollen. | int[] |
Protokoll | RNM unterstützte Protokolltypen. | 'Ah' "Alle" 'DoNotUse' 'Esp' 'Gre' "Icmp" 'Tcp' 'Udp' 'Vxlan' |
qosDefinitionCollection | QoS-Objektdefinitionen | QosDefinition[] |
sourceIpRanges | Quell-IP-Bereiche. | QosIpRange-[] |
sourcePortRanges | Quellenportbereiche. | QosPortRange[] |
Microsoft.Network/dscpConfigurations
Name | Beschreibung | Wert |
---|---|---|
Ort | Ressourcenspeicherort. | Schnur |
Name | Der Ressourcenname | Zeichenfolge (erforderlich) |
Eigenschaften | Eigenschaften der Netzwerkschnittstelle. | DscpConfigurationPropertiesFormat |
Schilder | Ressourcentags | Wörterbuch der Tagnamen und -werte. Siehe Tags in Vorlagen |
QosDefinition
Name | Beschreibung | Wert |
---|---|---|
destinationIpRanges | Ziel-IP-Bereiche. | QosIpRange-[] |
destinationPortRanges | Zielportbereiche. | QosPortRange[] |
Markierungen | Liste der Markierungen, die in der Konfiguration verwendet werden sollen. | int[] |
Protokoll | RNM unterstützte Protokolltypen. | 'Ah' "Alle" 'DoNotUse' 'Esp' 'Gre' "Icmp" 'Tcp' 'Udp' 'Vxlan' |
sourceIpRanges | Quell-IP-Bereiche. | QosIpRange-[] |
sourcePortRanges | Quellenportbereiche. | QosPortRange[] |
QosIpRange
Name | Beschreibung | Wert |
---|---|---|
endIP | IP-Adresse beenden. | Schnur |
startIP | Ip-Adresse starten. | Schnur |
QosPortRange
Name | Beschreibung | Wert |
---|---|---|
Ende | Ende des Qos-Portbereichs. | Int |
anfangen | Start des Qos-Portbereichs. | Int |
ResourceTags
Name | Beschreibung | Wert |
---|
ARM-Vorlagenressourcendefinition
Der Ressourcentyp "dscpConfigurations" kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:
- Ressourcengruppen – Siehe Ressourcengruppenbereitstellungsbefehle
Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.
Ressourcenformat
Um eine Microsoft.Network/dscpConfigurations-Ressource zu erstellen, fügen Sie der Vorlage den folgenden JSON-Code hinzu.
{
"type": "Microsoft.Network/dscpConfigurations",
"apiVersion": "2022-05-01",
"name": "string",
"location": "string",
"properties": {
"destinationIpRanges": [
{
"endIP": "string",
"startIP": "string"
}
],
"destinationPortRanges": [
{
"end": "int",
"start": "int"
}
],
"markings": [ "int" ],
"protocol": "string",
"qosDefinitionCollection": [
{
"destinationIpRanges": [
{
"endIP": "string",
"startIP": "string"
}
],
"destinationPortRanges": [
{
"end": "int",
"start": "int"
}
],
"markings": [ "int" ],
"protocol": "string",
"sourceIpRanges": [
{
"endIP": "string",
"startIP": "string"
}
],
"sourcePortRanges": [
{
"end": "int",
"start": "int"
}
]
}
],
"sourceIpRanges": [
{
"endIP": "string",
"startIP": "string"
}
],
"sourcePortRanges": [
{
"end": "int",
"start": "int"
}
]
},
"tags": {
"{customized property}": "string"
}
}
Eigenschaftswerte
DscpConfigurationPropertiesFormat
Name | Beschreibung | Wert |
---|---|---|
destinationIpRanges | Ziel-IP-Bereiche. | QosIpRange-[] |
destinationPortRanges | Zielportbereiche. | QosPortRange[] |
Markierungen | Liste der Markierungen, die in der Konfiguration verwendet werden sollen. | int[] |
Protokoll | RNM unterstützte Protokolltypen. | 'Ah' "Alle" 'DoNotUse' 'Esp' 'Gre' "Icmp" 'Tcp' 'Udp' 'Vxlan' |
qosDefinitionCollection | QoS-Objektdefinitionen | QosDefinition[] |
sourceIpRanges | Quell-IP-Bereiche. | QosIpRange-[] |
sourcePortRanges | Quellenportbereiche. | QosPortRange[] |
Microsoft.Network/dscpConfigurations
Name | Beschreibung | Wert |
---|---|---|
apiVersion | Die API-Version | '2022-05-01' |
Ort | Ressourcenspeicherort. | Schnur |
Name | Der Ressourcenname | Zeichenfolge (erforderlich) |
Eigenschaften | Eigenschaften der Netzwerkschnittstelle. | DscpConfigurationPropertiesFormat |
Schilder | Ressourcentags | Wörterbuch der Tagnamen und -werte. Siehe Tags in Vorlagen |
Art | Der Ressourcentyp | "Microsoft.Network/dscpConfigurations" |
QosDefinition
Name | Beschreibung | Wert |
---|---|---|
destinationIpRanges | Ziel-IP-Bereiche. | QosIpRange-[] |
destinationPortRanges | Zielportbereiche. | QosPortRange[] |
Markierungen | Liste der Markierungen, die in der Konfiguration verwendet werden sollen. | int[] |
Protokoll | RNM unterstützte Protokolltypen. | 'Ah' "Alle" 'DoNotUse' 'Esp' 'Gre' "Icmp" 'Tcp' 'Udp' 'Vxlan' |
sourceIpRanges | Quell-IP-Bereiche. | QosIpRange-[] |
sourcePortRanges | Quellenportbereiche. | QosPortRange[] |
QosIpRange
Name | Beschreibung | Wert |
---|---|---|
endIP | IP-Adresse beenden. | Schnur |
startIP | Ip-Adresse starten. | Schnur |
QosPortRange
Name | Beschreibung | Wert |
---|---|---|
Ende | Ende des Qos-Portbereichs. | Int |
anfangen | Start des Qos-Portbereichs. | Int |
ResourceTags
Name | Beschreibung | Wert |
---|
Terraform -Ressourcendefinition (AzAPI-Anbieter)
Der Ressourcentyp "dscpConfigurations" kann mit Vorgängen bereitgestellt werden, die auf Folgendes abzielen:
- Ressourcengruppen
Eine Liste der geänderten Eigenschaften in jeder API-Version finden Sie unter Änderungsprotokoll.
Ressourcenformat
Um eine Microsoft.Network/dscpConfigurations-Ressource zu erstellen, fügen Sie Ihrer Vorlage die folgende Terraform hinzu.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/dscpConfigurations@2022-05-01"
name = "string"
location = "string"
body = jsonencode({
properties = {
destinationIpRanges = [
{
endIP = "string"
startIP = "string"
}
]
destinationPortRanges = [
{
end = int
start = int
}
]
markings = [
int
]
protocol = "string"
qosDefinitionCollection = [
{
destinationIpRanges = [
{
endIP = "string"
startIP = "string"
}
]
destinationPortRanges = [
{
end = int
start = int
}
]
markings = [
int
]
protocol = "string"
sourceIpRanges = [
{
endIP = "string"
startIP = "string"
}
]
sourcePortRanges = [
{
end = int
start = int
}
]
}
]
sourceIpRanges = [
{
endIP = "string"
startIP = "string"
}
]
sourcePortRanges = [
{
end = int
start = int
}
]
}
})
tags = {
{customized property} = "string"
}
}
Eigenschaftswerte
DscpConfigurationPropertiesFormat
Name | Beschreibung | Wert |
---|---|---|
destinationIpRanges | Ziel-IP-Bereiche. | QosIpRange-[] |
destinationPortRanges | Zielportbereiche. | QosPortRange[] |
Markierungen | Liste der Markierungen, die in der Konfiguration verwendet werden sollen. | int[] |
Protokoll | RNM unterstützte Protokolltypen. | 'Ah' "Alle" 'DoNotUse' 'Esp' 'Gre' "Icmp" 'Tcp' 'Udp' 'Vxlan' |
qosDefinitionCollection | QoS-Objektdefinitionen | QosDefinition[] |
sourceIpRanges | Quell-IP-Bereiche. | QosIpRange-[] |
sourcePortRanges | Quellenportbereiche. | QosPortRange[] |
Microsoft.Network/dscpConfigurations
Name | Beschreibung | Wert |
---|---|---|
Ort | Ressourcenspeicherort. | Schnur |
Name | Der Ressourcenname | Zeichenfolge (erforderlich) |
Eigenschaften | Eigenschaften der Netzwerkschnittstelle. | DscpConfigurationPropertiesFormat |
Schilder | Ressourcentags | Wörterbuch der Tagnamen und -werte. |
Art | Der Ressourcentyp | "Microsoft.Network/dscpConfigurations@2022-05-01" |
QosDefinition
Name | Beschreibung | Wert |
---|---|---|
destinationIpRanges | Ziel-IP-Bereiche. | QosIpRange-[] |
destinationPortRanges | Zielportbereiche. | QosPortRange[] |
Markierungen | Liste der Markierungen, die in der Konfiguration verwendet werden sollen. | int[] |
Protokoll | RNM unterstützte Protokolltypen. | 'Ah' "Alle" 'DoNotUse' 'Esp' 'Gre' "Icmp" 'Tcp' 'Udp' 'Vxlan' |
sourceIpRanges | Quell-IP-Bereiche. | QosIpRange-[] |
sourcePortRanges | Quellenportbereiche. | QosPortRange[] |
QosIpRange
Name | Beschreibung | Wert |
---|---|---|
endIP | IP-Adresse beenden. | Schnur |
startIP | Ip-Adresse starten. | Schnur |
QosPortRange
Name | Beschreibung | Wert |
---|---|---|
Ende | Ende des Qos-Portbereichs. | Int |
anfangen | Start des Qos-Portbereichs. | Int |
ResourceTags
Name | Beschreibung | Wert |
---|