Skip to content

Commit 0b93e2a

Browse files
committed
Added skeleton Remove-AzureRmSqlJobAccount doc
1 parent a3c1847 commit 0b93e2a

File tree

1 file changed

+156
-0
lines changed

1 file changed

+156
-0
lines changed

src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml

+156
Original file line numberDiff line numberDiff line change
@@ -10987,6 +10987,162 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
1098710987
</maml:relatedLinks>
1098810988
</command:command>
1098910989
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
10990+
<!--Generated by PS Cmdlet Help Editor-->
10991+
<command:details>
10992+
<command:name>Remove-AzureRmSqlJobAccount</command:name>
10993+
<maml:description>
10994+
<maml:para />
10995+
</maml:description>
10996+
<maml:copyright>
10997+
<maml:para />
10998+
</maml:copyright>
10999+
<command:verb>ReRemovemoveGet</command:verb>
11000+
<command:noun>AzureRmSqlJobAccount</command:noun>
11001+
<dev:version />
11002+
</command:details>
11003+
<maml:description>
11004+
<maml:para />
11005+
</maml:description>
11006+
<command:syntax>
11007+
<command:syntaxItem>
11008+
<maml:name>Remove-AzureRmSqlJobAccount</maml:name>
11009+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
11010+
<maml:name>ServerName</maml:name>
11011+
<maml:description>
11012+
<maml:para />
11013+
</maml:description>
11014+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11015+
</command:parameter>
11016+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
11017+
<maml:name>JobAccountName</maml:name>
11018+
<maml:description>
11019+
<maml:para />
11020+
</maml:description>
11021+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11022+
</command:parameter>
11023+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
11024+
<maml:name>ResourceGroupName</maml:name>
11025+
<maml:description>
11026+
<maml:para />
11027+
</maml:description>
11028+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11029+
</command:parameter>
11030+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
11031+
<maml:name>InformationAction</maml:name>
11032+
<maml:description>
11033+
<maml:para />
11034+
</maml:description>
11035+
<command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
11036+
</command:parameter>
11037+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
11038+
<maml:name>InformationVariable</maml:name>
11039+
<maml:description>
11040+
<maml:para />
11041+
</maml:description>
11042+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11043+
</command:parameter>
11044+
</command:syntaxItem>
11045+
</command:syntax>
11046+
<command:parameters>
11047+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
11048+
<maml:name>ServerName</maml:name>
11049+
<maml:description>
11050+
<maml:para />
11051+
</maml:description>
11052+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11053+
<dev:type>
11054+
<maml:name>String</maml:name>
11055+
<maml:uri/>
11056+
</dev:type>
11057+
<dev:defaultValue></dev:defaultValue>
11058+
</command:parameter>
11059+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
11060+
<maml:name>JobAccountName</maml:name>
11061+
<maml:description>
11062+
<maml:para />
11063+
</maml:description>
11064+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11065+
<dev:type>
11066+
<maml:name>String</maml:name>
11067+
<maml:uri/>
11068+
</dev:type>
11069+
<dev:defaultValue></dev:defaultValue>
11070+
</command:parameter>
11071+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
11072+
<maml:name>ResourceGroupName</maml:name>
11073+
<maml:description>
11074+
<maml:para />
11075+
</maml:description>
11076+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11077+
<dev:type>
11078+
<maml:name>String</maml:name>
11079+
<maml:uri/>
11080+
</dev:type>
11081+
<dev:defaultValue></dev:defaultValue>
11082+
</command:parameter>
11083+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
11084+
<maml:name>InformationAction</maml:name>
11085+
<maml:description>
11086+
<maml:para />
11087+
</maml:description>
11088+
<command:parameterValue required="true" variableLength="false">ActionPreference</command:parameterValue>
11089+
<dev:type>
11090+
<maml:name>ActionPreference</maml:name>
11091+
<maml:uri/>
11092+
</dev:type>
11093+
<dev:defaultValue></dev:defaultValue>
11094+
</command:parameter>
11095+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
11096+
<maml:name>InformationVariable</maml:name>
11097+
<maml:description>
11098+
<maml:para />
11099+
</maml:description>
11100+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
11101+
<dev:type>
11102+
<maml:name>String</maml:name>
11103+
<maml:uri/>
11104+
</dev:type>
11105+
<dev:defaultValue></dev:defaultValue>
11106+
</command:parameter>
11107+
</command:parameters>
11108+
<command:inputTypes>
11109+
<command:inputType>
11110+
<dev:type>
11111+
<maml:name></maml:name>
11112+
<maml:uri></maml:uri>
11113+
<maml:description/>
11114+
</dev:type>
11115+
<maml:description>
11116+
<maml:para />
11117+
</maml:description>
11118+
</command:inputType>
11119+
</command:inputTypes>
11120+
<command:returnValues>
11121+
<command:returnValue>
11122+
<dev:type>
11123+
<maml:name></maml:name>
11124+
<maml:uri></maml:uri>
11125+
<maml:description/>
11126+
</dev:type>
11127+
<maml:description>
11128+
<maml:para />
11129+
</maml:description>
11130+
</command:returnValue>
11131+
</command:returnValues>
11132+
<command:terminatingErrors></command:terminatingErrors>
11133+
<command:nonTerminatingErrors></command:nonTerminatingErrors>
11134+
<maml:alertSet>
11135+
<maml:title></maml:title>
11136+
<maml:alert>
11137+
<maml:para />
11138+
</maml:alert>
11139+
</maml:alertSet>
11140+
<command:examples>
11141+
</command:examples>
11142+
<maml:relatedLinks>
11143+
</maml:relatedLinks>
11144+
</command:command>
11145+
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
1099011146
<!--Generated by PS Cmdlet Help Editor-->
1099111147
<command:details>
1099211148
<command:name>Remove-AzureRmSqlServerCommunicationLink</command:name>

0 commit comments

Comments
 (0)