Skip to content

Commit 6016edc

Browse files
committed
Small corrections to the documentation
1 parent 18300cf commit 6016edc

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

NetScaler/Public/Get-NSLBVirtualServerResponderPolicyBinding.ps1

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ limitations under the License.
1717
function Get-NSLBVirtualServerResponderPolicyBinding {
1818
<#
1919
.SYNOPSIS
20-
Gets the specified load balancer virtual server binding object.
20+
Gets the responder policy binding objects for the specified load balancer
21+
virtual server.
2122
2223
.DESCRIPTION
23-
Gets the specified load balancer virtual server binding object.
24+
Gets the responder policy binding objects for the specified load balancer
25+
virtual server.
2426
2527
.EXAMPLE
2628
Get-NSLBVirtualServerResponderPolicyBinding
2729
28-
Get all load balancer virtual server bindings.
30+
Get all load balancer virtual server responder policy bindings.
2931
3032
.EXAMPLE
3133
Get-NSLBVirtualServerResponderPolicyBinding -Name 'vserver01'
@@ -36,7 +38,7 @@ function Get-NSLBVirtualServerResponderPolicyBinding {
3638
The NetScaler session object.
3739
3840
.PARAMETER Name
39-
The name or names of the load balancer virtual server to get.
41+
The name or names of the load balancer virtual server to get policy bindings for.
4042
#>
4143
[cmdletbinding()]
4244
param(

NetScaler/Public/Get-NSLBVirtualServerRewritePolicyBinding.ps1

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ limitations under the License.
1717
function Get-NSLBVirtualServerRewritePolicyBinding {
1818
<#
1919
.SYNOPSIS
20-
Gets the specified load balancer virtual server binding object.
20+
Gets the rewrite policy binding objects for the specified load balancer
21+
virtual server.
2122
2223
.DESCRIPTION
23-
Gets the specified load balancer virtual server binding object.
24+
Gets the rewrite policy binding objects for the specified load balancer
25+
virtual server.
2426
2527
.EXAMPLE
2628
Get-NSLBVirtualServerRewritePolicyBinding
2729
28-
Get all load balancer virtual server bindings.
30+
Get all load balancer virtual server rewrite policy bindings.
2931
3032
.EXAMPLE
3133
Get-NSLBVirtualServerRewritePolicyBinding -Name 'vserver01'
@@ -36,7 +38,7 @@ function Get-NSLBVirtualServerRewritePolicyBinding {
3638
The NetScaler session object.
3739
3840
.PARAMETER Name
39-
The name or names of the load balancer virtual server to get.
41+
The name or names of the load balancer virtual server to get policy bindings for.
4042
#>
4143
[cmdletbinding()]
4244
param(

NetScaler/Public/Get-NSLBVirtualServerTrafficPolicyBinding.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ limitations under the License.
1717
function Get-NSLBVirtualServerTrafficPolicyBinding {
1818
<#
1919
.SYNOPSIS
20-
Gets the specified load balancer virtual server binding object.
20+
Gets the traffic policy binding objects for the specified load balancer
21+
virtual server.
2122
2223
.DESCRIPTION
23-
Gets the specified load balancer virtual server binding object.
24+
Gets the traffic policy binding objects for the specified load balancer
25+
virtual server.
2426
2527
.EXAMPLE
2628
Get-NSLBVirtualServerTrafficPolicyBinding

0 commit comments

Comments
 (0)