Skip to content

Commit 6b6f76f

Browse files
committed
Adding help content for dissociation job.
StartAzureSiteRecoveryProtectionProfileDissociationJob
1 parent 32418ce commit 6b6f76f

File tree

1 file changed

+202
-1
lines changed

1 file changed

+202
-1
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Microsoft.Azure.Commands.RecoveryServices.dll-help.xml

Lines changed: 202 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5835,7 +5835,208 @@
58355835
</maml:relatedLinks>
58365836
</command:command>
58375837

5838-
<!--Get-AzureSiteRecoveryStorage-->
5838+
<!-- Start-AzureSiteRecoveryProtectionProfileDissociationJob -->
5839+
<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">
5840+
<command:details>
5841+
<command:name>
5842+
Start-AzureSiteRecoveryProtectionProfileDissociationJob
5843+
</command:name>
5844+
<maml:description>
5845+
<maml:para></maml:para>
5846+
</maml:description>
5847+
<maml:copyright>
5848+
<maml:para></maml:para>
5849+
</maml:copyright>
5850+
<command:verb>Start</command:verb>
5851+
<command:noun>AzureSiteRecoveryProtectionProfileDissociationJob</command:noun>
5852+
<dev:version></dev:version>
5853+
</command:details>
5854+
<maml:description>
5855+
<maml:para></maml:para>
5856+
</maml:description>
5857+
<!-- Cmdlet syntax section-->
5858+
<command:syntax>
5859+
<command:syntaxItem>
5860+
<maml:name>Start-AzureSiteRecoveryProtectionProfileDissociationJob</maml:name>
5861+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5862+
<maml:name>PrimaryProtectionContainer</maml:name>
5863+
<maml:description>
5864+
<maml:para></maml:para>
5865+
</maml:description>
5866+
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
5867+
</command:parameter>
5868+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
5869+
<maml:name>ProtectionProfile</maml:name>
5870+
<maml:description>
5871+
<maml:para></maml:para>
5872+
</maml:description>
5873+
<command:parameterValue required="true" variableLength="false">ASRProtectionProfile</command:parameterValue>
5874+
</command:parameter>
5875+
</command:syntaxItem>
5876+
<command:syntaxItem>
5877+
<maml:name>Start-AzureSiteRecoveryProtectionProfileDissociationJob</maml:name>
5878+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5879+
<maml:name>PrimaryProtectionContainer</maml:name>
5880+
<maml:description>
5881+
<maml:para></maml:para>
5882+
</maml:description>
5883+
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
5884+
</command:parameter>
5885+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5886+
<maml:name>ProtectionProfile</maml:name>
5887+
<maml:description>
5888+
<maml:para></maml:para>
5889+
</maml:description>
5890+
<command:parameterValue required="true" variableLength="false">ASRProtectionProfile</command:parameterValue>
5891+
</command:parameter>
5892+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5893+
<maml:name>RecoveryProtectionContainer</maml:name>
5894+
<maml:description>
5895+
<maml:para></maml:para>
5896+
</maml:description>
5897+
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
5898+
</command:parameter>
5899+
</command:syntaxItem>
5900+
</command:syntax>
5901+
<!-- Cmdlet parameter section -->
5902+
<command:parameters>
5903+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5904+
<maml:name>PrimaryProtectionContainer</maml:name>
5905+
<maml:description>
5906+
<maml:para></maml:para>
5907+
5908+
</maml:description>
5909+
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
5910+
<dev:type>
5911+
<maml:name>ASRProtectionContainer</maml:name>
5912+
<maml:uri/>
5913+
</dev:type>
5914+
<dev:defaultValue></dev:defaultValue>
5915+
</command:parameter>
5916+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5917+
<maml:name>ProtectionProfile</maml:name>
5918+
<maml:description>
5919+
<maml:para></maml:para>
5920+
5921+
</maml:description>
5922+
<command:parameterValue required="true" variableLength="false">ASRProtectionProfile</command:parameterValue>
5923+
<dev:type>
5924+
<maml:name>ASRProtectionProfile</maml:name>
5925+
<maml:uri/>
5926+
</dev:type>
5927+
<dev:defaultValue></dev:defaultValue>
5928+
</command:parameter>
5929+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
5930+
<maml:name>RecoveryProtectionContainer</maml:name>
5931+
<maml:description>
5932+
<maml:para></maml:para>
5933+
5934+
</maml:description>
5935+
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
5936+
<dev:type>
5937+
<maml:name>ASRProtectionContainer</maml:name>
5938+
<maml:uri/>
5939+
</dev:type>
5940+
<dev:defaultValue></dev:defaultValue>
5941+
</command:parameter>
5942+
</command:parameters>
5943+
<!-- Input - Output section-->
5944+
<command:inputTypes>
5945+
<command:inputType>
5946+
<dev:type>
5947+
<maml:name></maml:name>
5948+
<maml:uri/>
5949+
<maml:description />
5950+
</dev:type>
5951+
<maml:description>
5952+
<maml:para>
5953+
<!-- description -->
5954+
5955+
</maml:para>
5956+
</maml:description>
5957+
</command:inputType>
5958+
</command:inputTypes>
5959+
<command:returnValues>
5960+
<command:returnValue>
5961+
<dev:type>
5962+
<maml:name></maml:name>
5963+
<maml:uri />
5964+
<maml:description />
5965+
</dev:type>
5966+
<maml:description>
5967+
<maml:para>
5968+
<!-- description -->
5969+
5970+
</maml:para>
5971+
</maml:description>
5972+
</command:returnValue>
5973+
</command:returnValues>
5974+
<!-- Error section-->
5975+
<command:terminatingErrors />
5976+
<command:nonTerminatingErrors />
5977+
<!-- Notes section -->
5978+
<maml:alertSet>
5979+
<maml:title></maml:title>
5980+
<maml:alert>
5981+
<maml:para>
5982+
5983+
</maml:para>
5984+
</maml:alert>
5985+
<maml:alert>
5986+
<maml:para></maml:para>
5987+
</maml:alert>
5988+
</maml:alertSet>
5989+
<!-- Example section -->
5990+
<command:examples>
5991+
5992+
<command:example>
5993+
<maml:title>
5994+
-------------------------- EXAMPLE 1 --------------------------
5995+
</maml:title>
5996+
<maml:introduction>
5997+
<maml:para>C:\PS&gt;</maml:para>
5998+
</maml:introduction>
5999+
<dev:code>
6000+
Start-AzureSiteRecoveryProtectionProfileDissociationJob -ProtectionProfile $protectionProfile -PrimaryProtectionContainer $protectionContainer1 -RecoveryProtectionContainer $protectionContainer2
6001+
6002+
6003+
Name : MyProtectionProfile
6004+
ID : 51978b0f-9241-4153-9171-2e19344f0805
6005+
ClientRequestId : bb6f3200-b7c6-4c6f-bcbc-a70bb9946f03-2015-01-30 02:55:55Z-P
6006+
State : NotStarted
6007+
StateDescription : NotStarted
6008+
StartTime :
6009+
EndTime :
6010+
AllowedActions :
6011+
Tasks : {}
6012+
Errors : {}
6013+
</dev:code>
6014+
<dev:remarks>
6015+
<maml:para>Description</maml:para>
6016+
<maml:para>-----------</maml:para>
6017+
<maml:para></maml:para>
6018+
<maml:para></maml:para>
6019+
<maml:para></maml:para>
6020+
<maml:para></maml:para>
6021+
<maml:para></maml:para>
6022+
</dev:remarks>
6023+
<command:commandLines>
6024+
<command:commandLine>
6025+
<command:commandText></command:commandText>
6026+
</command:commandLine>
6027+
</command:commandLines>
6028+
</command:example>
6029+
</command:examples>
6030+
<!-- Link section -->
6031+
<maml:relatedLinks>
6032+
<maml:navigationLink>
6033+
<maml:linkText></maml:linkText>
6034+
<maml:uri/>
6035+
</maml:navigationLink>
6036+
</maml:relatedLinks>
6037+
</command:command>
6038+
6039+
<!--Get-AzureSiteRecoveryStorage-->
58396040
<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">
58406041
<command:details>
58416042
<command:name>

0 commit comments

Comments
 (0)