File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/ResourceManager/Network/Commands.Network/help Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- ---
1+ ---
22external help file : Microsoft.Azure.Commands.Network.dll-Help.xml
33Module Name : AzureRM.Network
44ms.assetid : 556A9F12-DF72-468F-9C3F-A747CC70BD2F
@@ -9,6 +9,7 @@ schema: 2.0.0
99# Test-AzureRmDnsAvailability
1010
1111## SYNOPSIS
12+ Checks whether a domain name in the cloudapp.azure.com zone is available for use.
1213
1314## SYNTAX
1415
@@ -18,12 +19,13 @@ Test-AzureRmDnsAvailability -DomainNameLabel <String> -Location <String>
1819```
1920
2021## DESCRIPTION
22+ Checks whether a domain name in the cloudapp.azure.com zone is available for use.
2123
2224## EXAMPLES
2325
24- ### 1:
26+ ### --- Example 1: Check if contoso.cloudapp.azure.com is available for use. ---
2527```
26-
28+ Test-AzureRmDnsAvailability -DomainNameLabel contoso -Location westus
2729```
2830
2931## PARAMETERS
You can’t perform that action at this time.
0 commit comments