From e828d836323b24671a30913727a49fb07abbde17 Mon Sep 17 00:00:00 2001 From: deepakswifty Date: Tue, 12 Aug 2014 15:24:58 -0700 Subject: [PATCH] Add AzureDns help --- ...re.Commands.ServiceManagement.dll-Help.xml | 569 ++++++++++++++++++ 1 file changed, 569 insertions(+) diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml b/src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml index c1056589d..22538a9e7 100644 --- a/src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml +++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml @@ -895,6 +895,196 @@ + + + + Add-AzureDns + + + Add-AzureDns [-Name] <string> [-IPAddress] <string> [-ServiceName] <string> [<CommonParameters>] + + + + + Add + AzureDns + + + + The Add-AzureDns cmdlet adds a DNS server to an existing cloud service. It accepts three parameters: Name, IPAddress and ServiceName. The Name parameter is a friendly name, not necessarily a DNS resolvable name, the IPAddress is the IP address of the DNS server, and the ServiceName is the name of the cloud service + + + + + Add-AzureDns + + Name + + Specifies a friendly name to identify the DNS server. This name is not necessarily a fully qualified domain name + + string + + + IPAddress + + Specifies the IP address of the DNS server + + string + + + ServiceName + + Specifies the name of the cloud service + + string + + + PipelineVariable + + + + string + + + + + + + IPAddress + + Specifies the IP address of the DNS server + + + string + + string + + + + + + Name + + Specifies a friendly name to identify the DNS server. This name is not necessarily a fully qualified domain name + + + string + + string + + + + + + PipelineVariable + + + + + string + + string + + + + + + ServiceName + + Specifies the name of the cloud service + + + string + + string + + + + + + + + + + + + + + + + + + + + + + + + + Microsoft.WindowsAzure.Commands.Utilities.Common.ManagementOperationContext + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -------------------------- EXAMPLE 1 -------------------------- + + + C:\PS> + + + Add-AzureDns -ServiceName "myservice" -IPAddress 10.1.2.4 -Name "mydns" + + Description + ----------- + This command adds a DNS server "mydns" to the specified cloud service + + + + + + + + + + + + + + + + + + + + @@ -11196,6 +11386,195 @@ This command gets the virtual machine object with the name "MyDemoVM01" running + + + + Remove-AzureDns + + + Remove-AzureDns [-Name] <string> [-ServiceName] <string> [-Force] [<CommonParameters>] + + + + + Remove + AzureDns + + + + + + + + + Remove-AzureDns + + Name + + Specifies the name of the DNS server to be removed + + string + + + ServiceName + + Specifies the name of the cloud service + + string + + + Force + + + + + + PipelineVariable + + + + string + + + + + + + Force + + + + + SwitchParameter + + SwitchParameter + + + + + + Name + + Specifies the name of the DNS server to be removed + + + string + + string + + + + + + PipelineVariable + + + + + string + + string + + + + + + ServiceName + + Specifies the name of the cloud service + + + string + + string + + + + + + + + + + + + + + + + + + + + + + + + + Microsoft.WindowsAzure.Commands.Utilities.Common.ManagementOperationContext + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -------------------------- EXAMPLE 1 -------------------------- + + + C:\PS> + + + Remove-AzureDns -ServiceName "myservice" -Name "mydns" + + Description + ----------- + This command removes the DNS server "mydns" from the specified cloud service + + + + + + + + + + + + + + + + + + + + Remove-AzureEndpoint @@ -13713,6 +14092,196 @@ Get-AzureVMImage ` + + + + Set-AzureDns + + + Set-AzureDns [-Name] <string> [-IPAddress] <string> [-ServiceName] <string> [<CommonParameters>] + + + + + Set + AzureDns + + + + + + + + + Set-AzureDns + + Name + + Specifies the name of the DNS server to be updated + + string + + + IPAddress + + + + string + + + ServiceName + + Specifies the name of the cloud service + + string + + + PipelineVariable + + + + string + + + + + + + IPAddress + + + + + string + + string + + + + + + Name + + Specifies the name of the DNS server to be updated + + + string + + string + + + + + + PipelineVariable + + + + + string + + string + + + + + + ServiceName + + Specifies the name of the cloud service + + + string + + string + + + + + + + + + + + + + + + + + + + + + + + + + Microsoft.WindowsAzure.Commands.Utilities.Common.ManagementOperationContext + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -------------------------- EXAMPLE 1 -------------------------- + + + C:\PS> + + + Set-AzureDns -ServiceName "myservice" -IPAddress 10.1.2.5 -Name "mydns" + + Description + ----------- + This command updates the IP Address of the DNS server "mydns" + + + + + + + + + + + + + + + + + + + +