1
- ---
1
+ ---
2
2
external help file : Microsoft.Azure.Commands.TrafficManager.dll-Help.xml
3
- Module Name : AzureRM
3
+ Module Name : AzureRM.TrafficManager
4
4
ms.assetid : 5032D487-3849-4C80-BD14-5B735FC39285
5
5
online version : https://docs.microsoft.com/en-us/powershell/module/azurerm.trafficmanager/get-azurermtrafficmanagerprofile
6
6
schema : 2.0.0
@@ -13,8 +13,15 @@ Gets a Traffic Manager profile.
13
13
14
14
## SYNTAX
15
15
16
+ ### ResourceGroupParameterSet
17
+ ```
18
+ Get-AzureRmTrafficManagerProfile [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>]
19
+ [<CommonParameters>]
16
20
```
17
- Get-AzureRmTrafficManagerProfile [-Name <String>] [-ResourceGroupName <String>]
21
+
22
+ ### AccountNameParameterSet
23
+ ```
24
+ Get-AzureRmTrafficManagerProfile [-ResourceGroupName] <String> [-Name] <String>
18
25
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
19
26
```
20
27
@@ -55,13 +62,13 @@ Specifies the name of the Traffic Manager profile that this cmdlet gets.
55
62
56
63
` ` ` yaml
57
64
Type : String
58
- Parameter Sets : (All)
59
- Aliases :
65
+ Parameter Sets : AccountNameParameterSet
66
+ Aliases :
60
67
61
- Required : False
62
- Position : Named
68
+ Required : True
69
+ Position : 1
63
70
Default value : None
64
- Accept pipeline input : False
71
+ Accept pipeline input : True (ByPropertyName)
65
72
Accept wildcard characters : False
66
73
` ` `
67
74
@@ -70,13 +77,25 @@ Specifies the name of a resource group that contains the Traffic Manager profile
70
77
71
78
` ` ` yaml
72
79
Type : String
73
- Parameter Sets : (All)
74
- Aliases :
80
+ Parameter Sets : ResourceGroupParameterSet
81
+ Aliases :
75
82
76
83
Required : False
77
- Position : Named
84
+ Position : 0
78
85
Default value : None
79
- Accept pipeline input : False
86
+ Accept pipeline input : True (ByPropertyName)
87
+ Accept wildcard characters : False
88
+ ` ` `
89
+
90
+ ` ` ` yaml
91
+ Type : String
92
+ Parameter Sets : AccountNameParameterSet
93
+ Aliases :
94
+
95
+ Required : True
96
+ Position : 0
97
+ Default value : None
98
+ Accept pipeline input : True (ByPropertyName)
80
99
Accept wildcard characters : False
81
100
` ` `
82
101
0 commit comments