File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,17 @@ limitations under the License.
17
17
function Get-NSLBVirtualServerResponderPolicyBinding {
18
18
<#
19
19
. 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.
21
22
22
23
. 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.
24
26
25
27
. EXAMPLE
26
28
Get-NSLBVirtualServerResponderPolicyBinding
27
29
28
- Get all load balancer virtual server bindings.
30
+ Get all load balancer virtual server responder policy bindings.
29
31
30
32
. EXAMPLE
31
33
Get-NSLBVirtualServerResponderPolicyBinding -Name 'vserver01'
@@ -36,7 +38,7 @@ function Get-NSLBVirtualServerResponderPolicyBinding {
36
38
The NetScaler session object.
37
39
38
40
. 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 .
40
42
#>
41
43
[cmdletbinding ()]
42
44
param (
Original file line number Diff line number Diff line change @@ -17,15 +17,17 @@ limitations under the License.
17
17
function Get-NSLBVirtualServerRewritePolicyBinding {
18
18
<#
19
19
. 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.
21
22
22
23
. 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.
24
26
25
27
. EXAMPLE
26
28
Get-NSLBVirtualServerRewritePolicyBinding
27
29
28
- Get all load balancer virtual server bindings.
30
+ Get all load balancer virtual server rewrite policy bindings.
29
31
30
32
. EXAMPLE
31
33
Get-NSLBVirtualServerRewritePolicyBinding -Name 'vserver01'
@@ -36,7 +38,7 @@ function Get-NSLBVirtualServerRewritePolicyBinding {
36
38
The NetScaler session object.
37
39
38
40
. 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 .
40
42
#>
41
43
[cmdletbinding ()]
42
44
param (
Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ limitations under the License.
17
17
function Get-NSLBVirtualServerTrafficPolicyBinding {
18
18
<#
19
19
. 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.
21
22
22
23
. 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.
24
26
25
27
. EXAMPLE
26
28
Get-NSLBVirtualServerTrafficPolicyBinding
You can’t perform that action at this time.
0 commit comments