New-AzNetworkManagerIPTraffic
Een nieuw exemplaar van IP-verkeer maken
Syntaxis
New-AzNetworkManagerIPTraffic
-SourceIp <System.Collections.Generic.IList`1[System.String]>
-DestinationIp <System.Collections.Generic.IList`1[System.String]>
-SourcePort <System.Collections.Generic.IList`1[System.String]>
-DestinationPort <System.Collections.Generic.IList`1[System.String]>
-Protocol <System.Collections.Generic.IList`1[System.String]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
cmdlet New-AzNetworkManagerIPTraffic maakt een nieuw exemplaar van IP-verkeer
Voorbeelden
Voorbeeld 1
New-AzNetworkManagerIPTraffic -SourceIp @("192.168.1.10") -DestinationIp @("172.16.0.5") -SourcePort @("100") -DestinationPort @("99") -Protocol @("TCP")
SourceIps : {192.168.1.10}
DestinationIps : {172.16.0.5}
SourcePorts : {100}
DestinationPorts : {99}
Protocols : {TCP}
IpTrafficText : {
"SourceIps": [
"192.168.1.10"
],
"DestinationIps": [
"172.16.0.5"
],
"SourcePorts": [
"100"
],
"DestinationPorts": [
"99"
],
"Protocols": [
"TCP"
]
}
Een nieuw exemplaar van IP-verkeer gemaakt
Parameters
-Confirm
U wordt gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DestinationIp
De doel-IP's.
Type: | IList<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-DestinationPort
De doelpoorten.
Type: | IList<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Protocol
De protocollen (bijvoorbeeld TCP, UDP).
Type: | IList<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-SourceIp
De bron-IP's.
Type: | IList<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-SourcePort
De bronpoorten.
Type: | IList<T>[String] |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-WhatIf
Toont wat er zou gebeuren als de cmdlet wordt uitgevoerd. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
IList<T>[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]