403
403
<maml:description/>
404
404
</dev:type>
405
405
<maml:description>
406
- <maml:para>System.String</maml:para>
406
+ <maml:para>
407
+ System.String</maml:para>
407
408
</maml:description>
408
409
</command:inputType>
409
410
</command:inputTypes>
@@ -11036,7 +11037,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11036
11037
<command:details>
11037
11038
<command:name>Get-AzureRmEffectiveNetworkSecurityGroup</command:name>
11038
11039
<maml:description>
11039
- <maml:para / >
11040
+ <maml:para>Gets the effective network security group applied on a network interface</maml:para >
11040
11041
</maml:description>
11041
11042
<maml:copyright>
11042
11043
<maml:para />
@@ -11046,7 +11047,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11046
11047
<dev:version />
11047
11048
</command:details>
11048
11049
<maml:description>
11049
- <maml:para / >
11050
+ <maml:para>The Get-AzureRmEffectiveNetworkSecurityGroup cmdlet lists all the effective security rules that have been applied on a network interface</maml:para >
11050
11051
</maml:description>
11051
11052
<command:syntax>
11052
11053
<command:syntaxItem>
@@ -11166,6 +11167,28 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11166
11167
</maml:alert>
11167
11168
</maml:alertSet>
11168
11169
<command:examples>
11170
+ <command:example>
11171
+ <maml:title>-------------------------- Example 1 Getting the effective network security group on a network interface --------------------------</maml:title>
11172
+ <maml:introduction>
11173
+ <maml:paragraph>PS C:\></maml:paragraph>
11174
+ </maml:introduction>
11175
+ <dev:code>PS C:\> Get-AzureRmEffectiveNetworkSecurityGroup -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "myResourceGroup"
11176
+ </dev:code>
11177
+ <dev:remarks>
11178
+ <maml:para>This command lists all the effective network security rules associated with network interface called "MyNetworkInterface" within resource group "MyResourceGroup." </maml:para>
11179
+ <maml:para>Note that a network interface must be created and connected to a virtual machine before this cmdlet can be run successfully.</maml:para>
11180
+ <maml:para />
11181
+ <maml:para />
11182
+ <maml:para></maml:para>
11183
+ </dev:remarks>
11184
+ <command:commandLines>
11185
+ <command:commandLine>
11186
+ <command:commandText>
11187
+ <maml:para />
11188
+ </command:commandText>
11189
+ </command:commandLine>
11190
+ </command:commandLines>
11191
+ </command:example>
11169
11192
</command:examples>
11170
11193
<maml:relatedLinks>
11171
11194
</maml:relatedLinks>
@@ -11175,7 +11198,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11175
11198
<command:details>
11176
11199
<command:name>Get-AzureRmEffectiveRouteTable</command:name>
11177
11200
<maml:description>
11178
- <maml:para / >
11201
+ <maml:para>Gets the effective route table applied on a network interface</maml:para >
11179
11202
</maml:description>
11180
11203
<maml:copyright>
11181
11204
<maml:para />
@@ -11185,7 +11208,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11185
11208
<dev:version />
11186
11209
</command:details>
11187
11210
<maml:description>
11188
- <maml:para / >
11211
+ <maml:para>The Get-AzureRmEffectiveNetworkSecurityGroup lists the effective routes on a network interface</maml:para >
11189
11212
</maml:description>
11190
11213
<command:syntax>
11191
11214
<command:syntaxItem>
@@ -11305,6 +11328,68 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
11305
11328
</maml:alert>
11306
11329
</maml:alertSet>
11307
11330
<command:examples>
11331
+ <command:example>
11332
+ <maml:title>-------------------------- Example 1 Getting the effective route table on a network interface --------------------------</maml:title>
11333
+ <maml:introduction>
11334
+ <maml:paragraph>PS C:\></maml:paragraph>
11335
+ </maml:introduction>
11336
+ <dev:code>PS C:\> Get-AzureRmEffectiveRouteTable -NetworkInterfaceName "MyNetworkInterface" -ResourceGroupName "myResourceGroup"
11337
+ </dev:code>
11338
+ <dev:remarks>
11339
+ <maml:para>This command lists all the effective route table associated with network interface called "MyNetworkInterface" within resource group "MyResourceGroup." </maml:para>
11340
+ <maml:para>Note that a network interface must be created and connected to a virtual machine before this cmdlet can be run successfully.</maml:para>
11341
+ <maml:para />
11342
+ <maml:para />
11343
+ <maml:para>Name :
11344
+ State : Active
11345
+ AddressPrefix : {X.X.X.X/X}
11346
+ NextHopType : VnetLocal
11347
+ NextHopIpAddress : {}
11348
+
11349
+ Name :
11350
+ State : Active
11351
+ AddressPrefix : {X.X.X.X/X}
11352
+ NextHopType : Internet
11353
+ NextHopIpAddress : {}
11354
+
11355
+ Name :
11356
+ State : Active
11357
+ AddressPrefix : {X.X.X.X/X}
11358
+ NextHopType : None
11359
+ NextHopIpAddress : {}
11360
+
11361
+ Name :
11362
+ State : Active
11363
+ AddressPrefix : {X.X.X.X/X}
11364
+ NextHopType : None
11365
+ NextHopIpAddress : {}
11366
+
11367
+ Name :
11368
+ State : Active
11369
+ AddressPrefix : {X.X.X.X/X}
11370
+ NextHopType : None
11371
+ NextHopIpAddress : {}
11372
+
11373
+ Name :
11374
+ State : Active
11375
+ AddressPrefix : {X.X.X.X/X}
11376
+ NextHopType : None
11377
+ NextHopIpAddress : {}
11378
+
11379
+ Name :
11380
+ State : Active
11381
+ AddressPrefix : {X.X.X.X/X}
11382
+ NextHopType : None
11383
+ NextHopIpAddress : {}</maml:para>
11384
+ </dev:remarks>
11385
+ <command:commandLines>
11386
+ <command:commandLine>
11387
+ <command:commandText>
11388
+ <maml:para />
11389
+ </command:commandText>
11390
+ </command:commandLine>
11391
+ </command:commandLines>
11392
+ </command:example>
11308
11393
</command:examples>
11309
11394
<maml:relatedLinks>
11310
11395
</maml:relatedLinks>
0 commit comments