Skip to content

Commit 4c88770

Browse files
authored
Merge pull request Azure#2851 from anavinahar/getEffective-help
Get-AzureRmEffective cmdlets help description+examples update
2 parents b851042 + 53f8bd6 commit 4c88770

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

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

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11036,7 +11036,7 @@ PS C:\> $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1103611036
<command:details>
1103711037
<command:name>Get-AzureRmEffectiveNetworkSecurityGroup</command:name>
1103811038
<maml:description>
11039-
<maml:para />
11039+
<maml:para>Gets the effective network security group applied on a network interface</maml:para>
1104011040
</maml:description>
1104111041
<maml:copyright>
1104211042
<maml:para />
@@ -11046,7 +11046,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1104611046
<dev:version />
1104711047
</command:details>
1104811048
<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>
1105011050
</maml:description>
1105111051
<command:syntax>
1105211052
<command:syntaxItem>
@@ -11166,6 +11166,26 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1116611166
</maml:alert>
1116711167
</maml:alertSet>
1116811168
<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:\&gt;</maml:paragraph>
11173+
</maml:introduction>
11174+
<dev:code>PS C:\&gt; Get-AzureRmEffectiveNetworkSecurityGroup -NetworkInterfaceName &quot;MyNetworkInterface&quot; -ResourceGroupName &quot;myResourceGroup&quot;</dev:code>
11175+
<dev:remarks>
11176+
<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>
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>
1116911189
</command:examples>
1117011190
<maml:relatedLinks>
1117111191
</maml:relatedLinks>
@@ -11175,7 +11195,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1117511195
<command:details>
1117611196
<command:name>Get-AzureRmEffectiveRouteTable</command:name>
1117711197
<maml:description>
11178-
<maml:para />
11198+
<maml:para>Gets the effective route table applied on a network interface</maml:para>
1117911199
</maml:description>
1118011200
<maml:copyright>
1118111201
<maml:para />
@@ -11185,7 +11205,7 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1118511205
<dev:version />
1118611206
</command:details>
1118711207
<maml:description>
11188-
<maml:para />
11208+
<maml:para>The Get-AzureRmEffectiveNetworkSecurityGroup lists the effective routes on a network interface</maml:para>
1118911209
</maml:description>
1119011210
<command:syntax>
1119111211
<command:syntaxItem>
@@ -11305,6 +11325,26 @@ PS C:\&gt; $Certs = Get-AzureRmApplicationGatewaySslCertificate -ApplicationGate
1130511325
</maml:alert>
1130611326
</maml:alertSet>
1130711327
<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:\&gt;</maml:paragraph>
11332+
</maml:introduction>
11333+
<dev:code>PS C:\&gt; Get-AzureRmEffectiveRouteTable -NetworkInterfaceName &quot;MyNetworkInterface&quot; -ResourceGroupName &quot;myResourceGroup&quot;</dev:code>
11334+
<dev:remarks>
11335+
<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>
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>
1130811348
</command:examples>
1130911349
<maml:relatedLinks>
1131011350
</maml:relatedLinks>

0 commit comments

Comments
 (0)