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 gets an existing network interface called mynic and stores it in the variable $nic1. The second command gets the IP configuration called ipconfig1 of this network interface.</maml:para>
<maml:title>-------------------------- Example 1 Create an IP configuration with a public IP address for a network interface --------------------------</maml:title>
<maml:para>The first two commands get a virtual network called myvnet and a subnet called mysubnet respectively that were previously created. These are stored in $vnet and $Subnet respectively. The third command gets a previously created public IP address called PIP1. The forth command creates a new IP configuration called "IPConfig-1" as the primary IP configuration with a public IP address associated with it.
27778
+
The last command then creates a network interface called mynic1 using this IP configuration.</maml:para>
27779
+
<maml:para />
27780
+
<maml:para />
27781
+
<maml:para></maml:para>
27782
+
</dev:remarks>
27783
+
<command:commandLines>
27784
+
<command:commandLine>
27785
+
<command:commandText>
27786
+
<maml:para />
27787
+
</command:commandText>
27788
+
</command:commandLine>
27789
+
</command:commandLines>
27790
+
</command:example>
27791
+
<command:example>
27792
+
<maml:title>-------------------------- Example 2 Create an IP configuration with a private IP address --------------------------</maml:title>
<maml:para>The first two commands get a virtual network called myvnet and a subnet called mysubnet respectively that were previously created. These are stored in $vnet and $Subnet respectively. The third command creates a new IP configuration called "IPConfig-2" with a private IP address 10.0.0.5 associated with it.
27805
+
The last command then creates a network interface called mynic1 using this IP configuration.</maml:para>
<maml:para>The first command loads an already existing load balancer called "mylb" and stores it in the variable $load balancer. The second command removes the inbound NAT rule associated with this load balancer.</maml:para>
<maml:para>The first command gets a network interface called mynic and stores it in the variable $nic. The second command removes the IP configuration called IPConfig-1 associated with this network interface.</maml:para>
<maml:para>The first two commands get a virtual network called myvnet and a subnet called mysubnet and store it in the variables $vnet and $subnet respectively. The third command gets the network interface nic1 associated with the IP configuration that needs to be updated. The third command sets the private IP address of the primary IP configuration ipconfig1 to 10.0.0.11. Finally, the last command updates the network interface ensuring the changes have been made successfully.</maml:para>
0 commit comments