@@ -11036,7 +11036,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11036
11036
<command:details>
11037
11037
<command:name>Get-AzureRmEffectiveNetworkSecurityGroup</command:name>
11038
11038
<maml:description>
11039
- <maml:para / >
11039
+ <maml:para>Gets the effective network security group applied on a network interface</maml:para >
11040
11040
</maml:description>
11041
11041
<maml:copyright>
11042
11042
<maml:para />
@@ -11046,7 +11046,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11046
11046
<dev:version />
11047
11047
</command:details>
11048
11048
<maml:description>
11049
- <maml:para / >
11049
+ <maml:para>The Get-AzureRmEffectiveNetworkSecurityGroup cmdlet lists all the effective security rules that have been applied on a network interface</maml:para >
11050
11050
</maml:description>
11051
11051
<command:syntax>
11052
11052
<command:syntaxItem>
@@ -11166,6 +11166,26 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11166
11166
</maml:alert>
11167
11167
</maml:alertSet>
11168
11168
<command:examples>
11169
+ <command:example>
11170
+ <maml:title>-------------------------- Example 1 Getting the effective network security group on a network interface --------------------------</maml:title>
11171
+ <maml:introduction>
11172
+ <maml:paragraph>PS C:\></maml:paragraph>
11173
+ </maml:introduction>
11174
+ <dev:code>PS C:\> Get-AzureRmEffectiveNetworkSecurityGroup -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "myResourceGroup"</dev:code>
11175
+ <dev:remarks>
11176
+ <maml:para>This command lists all the effective network security rules associated with network interface called "MyNetworkInterface" within resource group "MyResourceGroup."</maml:para>
11177
+ <maml:para />
11178
+ <maml:para />
11179
+ <maml:para></maml:para>
11180
+ </dev:remarks>
11181
+ <command:commandLines>
11182
+ <command:commandLine>
11183
+ <command:commandText>
11184
+ <maml:para />
11185
+ </command:commandText>
11186
+ </command:commandLine>
11187
+ </command:commandLines>
11188
+ </command:example>
11169
11189
</command:examples>
11170
11190
<maml:relatedLinks>
11171
11191
</maml:relatedLinks>
@@ -11175,7 +11195,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11175
11195
<command:details>
11176
11196
<command:name>Get-AzureRmEffectiveRouteTable</command:name>
11177
11197
<maml:description>
11178
- <maml:para / >
11198
+ <maml:para>Gets the effective route table applied on a network interface</maml:para >
11179
11199
</maml:description>
11180
11200
<maml:copyright>
11181
11201
<maml:para />
@@ -11185,7 +11205,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11185
11205
<dev:version />
11186
11206
</command:details>
11187
11207
<maml:description>
11188
- <maml:para / >
11208
+ <maml:para>The Get-AzureRmEffectiveNetworkSecurityGroup lists the effective routes on a network interface</maml:para >
11189
11209
</maml:description>
11190
11210
<command:syntax>
11191
11211
<command:syntaxItem>
@@ -11305,6 +11325,26 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11305
11325
</maml:alert>
11306
11326
</maml:alertSet>
11307
11327
<command:examples>
11328
+ <command:example>
11329
+ <maml:title>-------------------------- Example 1 Getting the effective route table on a network interface --------------------------</maml:title>
11330
+ <maml:introduction>
11331
+ <maml:paragraph>PS C:\></maml:paragraph>
11332
+ </maml:introduction>
11333
+ <dev:code>PS C:\> Get-AzureRmEffectiveRouteTable -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "myResourceGroup"</dev:code>
11334
+ <dev:remarks>
11335
+ <maml:para>This command lists all the effective route table associated with network interface called "MyNetworkInterface" within resource group "MyResourceGroup."</maml:para>
11336
+ <maml:para />
11337
+ <maml:para />
11338
+ <maml:para></maml:para>
11339
+ </dev:remarks>
11340
+ <command:commandLines>
11341
+ <command:commandLine>
11342
+ <command:commandText>
11343
+ <maml:para />
11344
+ </command:commandText>
11345
+ </command:commandLine>
11346
+ </command:commandLines>
11347
+ </command:example>
11308
11348
</command:examples>
11309
11349
<maml:relatedLinks>
11310
11350
</maml:relatedLinks>
0 commit comments