Skip to content

Commit 9304c32

Browse files
committed
1 parent f5d6105 commit 9304c32

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25683,10 +25683,9 @@ C:\PS> Get-AzureVM -ServiceName "MyService" -Name "MyVM"
2568325683
</command:command>
2568425684
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
2568525685
<!--Generated by PS Cmdlet Help Editor-->
25686-
<command:details>
2568725686
<command:name>Set-AzurePublicIP</command:name>
2568825687
<maml:description>
25689-
<maml:para>Set-AzurePublicIP [-PublicIPName] &lt;string&gt; [[-IdleTimeoutInMinutes] &lt;int&gt;] -VM &lt;IPersistentVM&gt; [&lt;CommonParameters&gt;]</maml:para>
25688+
<maml:para>Set-AzurePublicIP [-PublicIPName] &lt;string&gt; [[-IdleTimeoutInMinutes] &lt;int&gt;] [[-DomainNameLabel] &lt;string&gt;] -VM &lt;IPersistentVM&gt; [&lt;CommonParameters&gt;]</maml:para>
2569025689
</maml:description>
2569125690
<maml:copyright>
2569225691
<maml:para />
@@ -25697,7 +25696,7 @@ C:\PS&gt; Get-AzureVM -ServiceName &quot;MyService&quot; -Name &quot;MyVM&quot;
2569725696
</command:details>
2569825697
<maml:description>
2569925698
<!--This is the Description section-->
25700-
<maml:para>Adds a new Public IP to the virtual machine. The public ip is really assigned when the virtual machine is updated.</maml:para>
25699+
<maml:para>Adds a new Public IP to the virtual machine. The public ip is really assigned when the virtual machine is updated. An optional DomainNameLabel will automatically create a corresponding DNS entry for the public IP.</maml:para>
2570125700
</maml:description>
2570225701
<command:syntax>
2570325702
<command:syntaxItem>
@@ -25716,6 +25715,13 @@ C:\PS&gt; Get-AzureVM -ServiceName &quot;MyService&quot; -Name &quot;MyVM&quot;
2571625715
</maml:description>
2571725716
<command:parameterValue required="true" variableLength="true">Nullable`1[Int32]</command:parameterValue>
2571825717
</command:parameter>
25718+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
25719+
<maml:name>DomainNameLabel</maml:name>
25720+
<maml:description>
25721+
<maml:para>The name to use when creating a corresponding DNS entry for a public IP address</maml:para>
25722+
</maml:description>
25723+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
25724+
</command:parameter>
2571925725
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
2572025726
<maml:name>VM</maml:name>
2572125727
<maml:description>
@@ -25826,6 +25832,36 @@ C:\PS&gt; Get-AzureVM -ServiceName &quot;MyService&quot; -Name &quot;MyVM&quot;
2582625832
</command:commandLine>
2582725833
</command:commandLines>
2582825834
</command:example>
25835+
<command:example>
25836+
<maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
25837+
<maml:introduction>
25838+
<maml:para></maml:para>
25839+
</maml:introduction>
25840+
<dev:code>PS C:\&gt; Get-AzureVM -ServiceName FTPInAzure -Name FTPInstance | Set-AzurePublicIP -PublicIPName ftpip -DomainNameLabel ipname | Update-AzureVM</dev:code>
25841+
<dev:remarks>
25842+
<maml:para>Description</maml:para>
25843+
</dev:remarks>
25844+
<command:commandLines>
25845+
<command:commandLine>
25846+
<command:commandText>-----------Requests for a public IP to be assigned to the virtual machine. The public ip allocation happens during update VM.</command:commandText>
25847+
</command:commandLine>
25848+
</command:commandLines>
25849+
</command:example>
25850+
<command:example>
25851+
<maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
25852+
<maml:introduction>
25853+
<maml:para></maml:para>
25854+
</maml:introduction>
25855+
<dev:code>PS C:\&gt; New-AzureVMConfig -Name &quot;FTPInstance&quot; -InstanceSize Small -ImageName $images[50].ImageName | Add-AzureProvisioningConfig -Windows -AdminUsername xyz -Password abcd123! | Set-AzurePublicIP -PublicIPName &quot;ftpip&quot; -DomainNameLabel ipname | New-AzureVM -ServiceName &quot;FTPinAzure&quot; -Location &quot;North Central US&quot;</dev:code>
25856+
<dev:remarks>
25857+
<maml:para>Description</maml:para>
25858+
</dev:remarks>
25859+
<command:commandLines>
25860+
<command:commandLine>
25861+
<command:commandText>-----------Requests for a public IP to be assigned during VM creation and for the public IP address to be created with a corresponding DNS entry.</command:commandText>
25862+
</command:commandLine>
25863+
</command:commandLines>
25864+
</command:example>
2582925865
</command:examples>
2583025866
<maml:relatedLinks>
2583125867
<maml:navigationLink>

0 commit comments

Comments
 (0)