We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afff809 commit 0b1ff66Copy full SHA for 0b1ff66
1 file changed
NetScaler/Public/New-NSLBMonitor.ps1
@@ -430,15 +430,12 @@ function New-NSLBMonitor {
430
if ($PSBoundParameters.ContainsKey('HTTPRequest')) {
431
$params.Add('httprequest', $HTTPRequest)
432
}
433
-<<<<<<< HEAD
434
-=======
435
if ($PSBoundParameters.ContainsKey('Send')) {
436
$params.Add('send', $Send)
437
438
if ($PSBoundParameters.ContainsKey('Recv')) {
439
$params.Add('recv', $Recv)
440
441
->>>>>>> dev
442
_InvokeNSRestApi -Session $Session -Method POST -Type lbmonitor -Payload $params -Action add
443
444
if ($PSBoundParameters.ContainsKey('PassThru')) {
0 commit comments