Skip to content

Commit 5a4bcc7

Browse files
author
Anavi Nahar
committed
GetEffective help update
1 parent 918e50d commit 5a4bcc7

File tree

1 file changed

+90
-5
lines changed

1 file changed

+90
-5
lines changed

src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.dll-Help.xml

Lines changed: 90 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@
403403
<maml:description/>
404404
</dev:type>
405405
<maml:description>
406-
<maml:para>System.String</maml:para>
406+
<maml:para>
407+
System.String</maml:para>
407408
</maml:description>
408409
</command:inputType>
409410
</command:inputTypes>
@@ -11036,7 +11037,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1103611037
<command:details>
1103711038
<command:name>Get-AzureRmEffectiveNetworkSecurityGroup</command:name>
1103811039
<maml:description>
11039-
<maml:para />
11040+
<maml:para>Gets the effective network security group applied on a network interface</maml:para>
1104011041
</maml:description>
1104111042
<maml:copyright>
1104211043
<maml:para />
@@ -11046,7 +11047,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1104611047
<dev:version />
1104711048
</command:details>
1104811049
<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>
1105011051
</maml:description>
1105111052
<command:syntax>
1105211053
<command:syntaxItem>
@@ -11166,6 +11167,28 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1116611167
</maml:alert>
1116711168
</maml:alertSet>
1116811169
<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:\&gt;</maml:paragraph>
11174+
</maml:introduction>
11175+
<dev:code>PS C:\&gt; Get-AzureRmEffectiveNetworkSecurityGroup -NetworkInterfaceName &quot;MyNetworkInterface&quot; -ResourceGroupName &quot;myResourceGroup&quot;
11176+
</dev:code>
11177+
<dev:remarks>
11178+
<maml:para>This command lists all the effective network security rules associated with network interface called &quot;MyNetworkInterface&quot; within resource group &quot;MyResourceGroup.&quot; </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>
1116911192
</command:examples>
1117011193
<maml:relatedLinks>
1117111194
</maml:relatedLinks>
@@ -11175,7 +11198,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1117511198
<command:details>
1117611199
<command:name>Get-AzureRmEffectiveRouteTable</command:name>
1117711200
<maml:description>
11178-
<maml:para />
11201+
<maml:para>Gets the effective route table applied on a network interface</maml:para>
1117911202
</maml:description>
1118011203
<maml:copyright>
1118111204
<maml:para />
@@ -11185,7 +11208,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1118511208
<dev:version />
1118611209
</command:details>
1118711210
<maml:description>
11188-
<maml:para />
11211+
<maml:para>The Get-AzureRmEffectiveNetworkSecurityGroup lists the effective routes on a network interface</maml:para>
1118911212
</maml:description>
1119011213
<command:syntax>
1119111214
<command:syntaxItem>
@@ -11305,6 +11328,68 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1130511328
</maml:alert>
1130611329
</maml:alertSet>
1130711330
<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:\&gt;</maml:paragraph>
11335+
</maml:introduction>
11336+
<dev:code>PS C:\&gt; Get-AzureRmEffectiveRouteTable -NetworkInterfaceName &quot;MyNetworkInterface&quot; -ResourceGroupName &quot;myResourceGroup&quot;
11337+
</dev:code>
11338+
<dev:remarks>
11339+
<maml:para>This command lists all the effective route table associated with network interface called &quot;MyNetworkInterface&quot; within resource group &quot;MyResourceGroup.&quot; </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>
1130811393
</command:examples>
1130911394
<maml:relatedLinks>
1131011395
</maml:relatedLinks>

0 commit comments

Comments
 (0)