We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f9d5c + b571492 commit 88c1937Copy full SHA for 88c1937
NetScaler/Public/Remove-NSLBMonitor.ps1
@@ -62,7 +62,7 @@ function Remove-NSLBMonitor {
62
try {
63
$m = Get-NSLBMonitor -Session $Session -Name $item
64
$params = @{
65
- type = $m.lbmonitor.type
+ type = $m.type
66
}
67
_InvokeNSRestApi -Session $Session -Method DELETE -Type lbmonitor -Resource $item -Arguments $params -Action delete
68
} catch {
0 commit comments