You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<maml:para>The first command creates a network security rule called rdp-rule. The second command assigns this rule to a newly created network security group called "NSG-FrontEnd". Finally, the third command removes this network security rule associated with the network security group stored in the variable $nsg.</maml:para>
37070
+
<maml:para>Note that a rule must be associated with a network security group in order to successfully delete it.</maml:para>
<maml:para>The first command gets the network security group "NSG-FrontEnd" associated with the rule configuration you want to update and stores it in the variable $nsg. The second command gets the security rule configuration "rdp-rule. The third command changes the Access configuration that was previously Allow to Deny.</maml:para>
<maml:para>This command gets the route table named routetable01 by using the Get-AzureRmRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator.</maml:para>
48571
+
<maml:para />
48572
+
<maml:para />
48573
+
<maml:para>Name : routetable01
48557
48574
ResourceGroupName : ResourceGroup11
48558
48575
Location : eastus
48559
48576
Id : /subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/ResourceGroup11/providers/Microsoft.Networ
<maml:para>This command gets the route table named routetable01 by using the Get-AzureRmRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator.</maml:para>
<maml:para>This command gets the route table named routetable01 by using Get-AzureRmRouteTable cmdlet. The command passes that table to the Add-AzureRmRouteConfig cmdlet by using the pipeline operator.</maml:para>
48778
+
<maml:para />
48779
+
<maml:para />
48780
+
<maml:para>Name : routetable01
48764
48781
ResourceGroupName : ResourceGroup11
48765
48782
Location : eastus
48766
48783
Id : /subscriptions/xxxx-xxxx-xxxx-xxxx/resourceGroups/ResourceGroup11/providers/Microsoft.Networ
@@ -48799,12 +48816,7 @@ Routes : [
48799
48816
"ProvisioningState": null
48800
48817
}
48801
48818
]
48802
-
Subnets : []</dev:code>
48803
-
<dev:remarks>
48804
-
<maml:para>This command gets the route table named routetable01 by using Get-AzureRmRouteTable cmdlet. The command passes that table to the Add-AzureRmRouteConfig cmdlet by using the pipeline operator.</maml:para>
0 commit comments