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
+ ---
2
2
external help file : Microsoft.Azure.Commands.Network.dll-Help.xml
3
3
Module Name : AzureRM.Network
4
4
ms.assetid : 556A9F12-DF72-468F-9C3F-A747CC70BD2F
@@ -9,6 +9,7 @@ schema: 2.0.0
9
9
# Test-AzureRmDnsAvailability
10
10
11
11
## SYNOPSIS
12
+ Checks whether a domain name in the cloudapp.azure.com zone is available for use.
12
13
13
14
## SYNTAX
14
15
@@ -18,12 +19,13 @@ Test-AzureRmDnsAvailability -DomainNameLabel <String> -Location <String>
18
19
```
19
20
20
21
## DESCRIPTION
22
+ Checks whether a domain name in the cloudapp.azure.com zone is available for use.
21
23
22
24
## EXAMPLES
23
25
24
- ### 1:
26
+ ### --- Example 1: Check if contoso.cloudapp.azure.com is available for use. ---
25
27
```
26
-
28
+ Test-AzureRmDnsAvailability -DomainNameLabel contoso -Location westus
27
29
```
28
30
29
31
## PARAMETERS
You can’t perform that action at this time.
0 commit comments