Skip to content

Commit dfa5d6b

Browse files
committed
Generated basic help
1 parent eb01444 commit dfa5d6b

File tree

4 files changed

+451
-2
lines changed

4 files changed

+451
-2
lines changed
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.Sql.dll-Help.xml
3+
Module Name: AzureRM.Sql
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Get-AzureRmSqlJobAgent
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
```
16+
Get-AzureRmSqlJobAgent [-ServerName] <String> [[-JobAgentName] <String>] [-ResourceGroupName] <String>
17+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
{{Fill in the Description}}
22+
23+
## EXAMPLES
24+
25+
### Example 1
26+
```powershell
27+
PS C:\> {{ Add example code here }}
28+
```
29+
30+
{{ Add example description here }}
31+
32+
## PARAMETERS
33+
34+
### -DefaultProfile
35+
The credentials, account, tenant, and subscription used for communication with Azure.
36+
37+
```yaml
38+
Type: IAzureContextContainer
39+
Parameter Sets: (All)
40+
Aliases: AzureRmContext, AzureCredential
41+
42+
Required: False
43+
Position: Named
44+
Default value: None
45+
Accept pipeline input: False
46+
Accept wildcard characters: False
47+
```
48+
49+
### -JobAgentName
50+
SQL Database job account name.
51+
52+
```yaml
53+
Type: String
54+
Parameter Sets: (All)
55+
Aliases:
56+
57+
Required: False
58+
Position: 2
59+
Default value: None
60+
Accept pipeline input: True (ByPropertyName)
61+
Accept wildcard characters: False
62+
```
63+
64+
### -ResourceGroupName
65+
The name of the resource group.
66+
67+
```yaml
68+
Type: String
69+
Parameter Sets: (All)
70+
Aliases:
71+
72+
Required: True
73+
Position: 0
74+
Default value: None
75+
Accept pipeline input: True (ByPropertyName)
76+
Accept wildcard characters: False
77+
```
78+
79+
### -ServerName
80+
SQL Database server name.
81+
82+
```yaml
83+
Type: String
84+
Parameter Sets: (All)
85+
Aliases:
86+
87+
Required: True
88+
Position: 1
89+
Default value: None
90+
Accept pipeline input: True (ByPropertyName)
91+
Accept wildcard characters: False
92+
```
93+
94+
### CommonParameters
95+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
96+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
97+
98+
## INPUTS
99+
100+
### System.String
101+
102+
103+
## OUTPUTS
104+
105+
### System.Object
106+
107+
## NOTES
108+
109+
## RELATED LINKS
Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.Sql.dll-Help.xml
3+
Module Name: AzureRM.Sql
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# New-AzureRmSqlJobAgent
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
```
16+
New-AzureRmSqlJobAgent -ServerName <String> -JobAgentName <String> -DatabaseName <String>
17+
[-Tags <System.Collections.Generic.Dictionary`2[System.String,System.String]>] [-ResourceGroupName] <String>
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
```
20+
21+
## DESCRIPTION
22+
{{Fill in the Description}}
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> {{ Add example code here }}
29+
```
30+
31+
{{ Add example description here }}
32+
33+
## PARAMETERS
34+
35+
### -DatabaseName
36+
SQL Database database name.
37+
38+
```yaml
39+
Type: String
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: True
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: True (ByPropertyName)
47+
Accept wildcard characters: False
48+
```
49+
50+
### -DefaultProfile
51+
The credentials, account, tenant, and subscription used for communication with Azure.
52+
53+
```yaml
54+
Type: IAzureContextContainer
55+
Parameter Sets: (All)
56+
Aliases: AzureRmContext, AzureCredential
57+
58+
Required: False
59+
Position: Named
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -JobAgentName
66+
SQL Database job account name.
67+
68+
```yaml
69+
Type: String
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: True
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: True (ByPropertyName)
77+
Accept wildcard characters: False
78+
```
79+
80+
### -ResourceGroupName
81+
The name of the resource group.
82+
83+
```yaml
84+
Type: String
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: True
89+
Position: 0
90+
Default value: None
91+
Accept pipeline input: True (ByPropertyName)
92+
Accept wildcard characters: False
93+
```
94+
95+
### -ServerName
96+
SQL Database server name.
97+
98+
```yaml
99+
Type: String
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: True
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: True (ByPropertyName)
107+
Accept wildcard characters: False
108+
```
109+
110+
### -Tags
111+
The tags to associate with the Azure Sql Job Account
112+
113+
```yaml
114+
Type: System.Collections.Generic.Dictionary`2[System.String,System.String]
115+
Parameter Sets: (All)
116+
Aliases:
117+
118+
Required: False
119+
Position: Named
120+
Default value: None
121+
Accept pipeline input: False
122+
Accept wildcard characters: False
123+
```
124+
125+
### -Confirm
126+
Prompts you for confirmation before running the cmdlet.
127+
128+
```yaml
129+
Type: SwitchParameter
130+
Parameter Sets: (All)
131+
Aliases: cf
132+
133+
Required: False
134+
Position: Named
135+
Default value: None
136+
Accept pipeline input: False
137+
Accept wildcard characters: False
138+
```
139+
140+
### -WhatIf
141+
Shows what would happen if the cmdlet runs.
142+
The cmdlet is not run.
143+
144+
```yaml
145+
Type: SwitchParameter
146+
Parameter Sets: (All)
147+
Aliases: wi
148+
149+
Required: False
150+
Position: Named
151+
Default value: None
152+
Accept pipeline input: False
153+
Accept wildcard characters: False
154+
```
155+
156+
### CommonParameters
157+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
158+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
159+
160+
## INPUTS
161+
162+
### System.String
163+
164+
165+
## OUTPUTS
166+
167+
### System.Object
168+
169+
## NOTES
170+
171+
## RELATED LINKS

0 commit comments

Comments
 (0)