Skip to content

Commit

Permalink
Merge pull request #30 from AsrOneSdk/neha-dev
Browse files Browse the repository at this point in the history
Adding help content for dissociation job.
  • Loading branch information
sriramvu committed Feb 2, 2015
2 parents ed375a3 + 6b6f76f commit a44847a
Showing 1 changed file with 202 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5835,7 +5835,208 @@
</maml:relatedLinks>
</command:command>

<!--Get-AzureSiteRecoveryStorage-->
<!-- Start-AzureSiteRecoveryProtectionProfileDissociationJob -->
<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">
<command:details>
<command:name>
Start-AzureSiteRecoveryProtectionProfileDissociationJob
</command:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<maml:copyright>
<maml:para></maml:para>
</maml:copyright>
<command:verb>Start</command:verb>
<command:noun>AzureSiteRecoveryProtectionProfileDissociationJob</command:noun>
<dev:version></dev:version>
</command:details>
<maml:description>
<maml:para></maml:para>
</maml:description>
<!-- Cmdlet syntax section-->
<command:syntax>
<command:syntaxItem>
<maml:name>Start-AzureSiteRecoveryProtectionProfileDissociationJob</maml:name>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PrimaryProtectionContainer</maml:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
<maml:name>ProtectionProfile</maml:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionProfile</command:parameterValue>
</command:parameter>
</command:syntaxItem>
<command:syntaxItem>
<maml:name>Start-AzureSiteRecoveryProtectionProfileDissociationJob</maml:name>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PrimaryProtectionContainer</maml:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ProtectionProfile</maml:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionProfile</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RecoveryProtectionContainer</maml:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<!-- Cmdlet parameter section -->
<command:parameters>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>PrimaryProtectionContainer</maml:name>
<maml:description>
<maml:para></maml:para>

</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
<dev:type>
<maml:name>ASRProtectionContainer</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue></dev:defaultValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>ProtectionProfile</maml:name>
<maml:description>
<maml:para></maml:para>

</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionProfile</command:parameterValue>
<dev:type>
<maml:name>ASRProtectionProfile</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue></dev:defaultValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>RecoveryProtectionContainer</maml:name>
<maml:description>
<maml:para></maml:para>

</maml:description>
<command:parameterValue required="true" variableLength="false">ASRProtectionContainer</command:parameterValue>
<dev:type>
<maml:name>ASRProtectionContainer</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue></dev:defaultValue>
</command:parameter>
</command:parameters>
<!-- Input - Output section-->
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name></maml:name>
<maml:uri/>
<maml:description />
</dev:type>
<maml:description>
<maml:para>
<!-- description -->

</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<command:returnValue>
<dev:type>
<maml:name></maml:name>
<maml:uri />
<maml:description />
</dev:type>
<maml:description>
<maml:para>
<!-- description -->

</maml:para>
</maml:description>
</command:returnValue>
</command:returnValues>
<!-- Error section-->
<command:terminatingErrors />
<command:nonTerminatingErrors />
<!-- Notes section -->
<maml:alertSet>
<maml:title></maml:title>
<maml:alert>
<maml:para>

</maml:para>
</maml:alert>
<maml:alert>
<maml:para></maml:para>
</maml:alert>
</maml:alertSet>
<!-- Example section -->
<command:examples>

<command:example>
<maml:title>
-------------------------- EXAMPLE 1 --------------------------
</maml:title>
<maml:introduction>
<maml:para>C:\PS&gt;</maml:para>
</maml:introduction>
<dev:code>
Start-AzureSiteRecoveryProtectionProfileDissociationJob -ProtectionProfile $protectionProfile -PrimaryProtectionContainer $protectionContainer1 -RecoveryProtectionContainer $protectionContainer2


Name : MyProtectionProfile
ID : 51978b0f-9241-4153-9171-2e19344f0805
ClientRequestId : bb6f3200-b7c6-4c6f-bcbc-a70bb9946f03-2015-01-30 02:55:55Z-P
State : NotStarted
StateDescription : NotStarted
StartTime :
EndTime :
AllowedActions :
Tasks : {}
Errors : {}
</dev:code>
<dev:remarks>
<maml:para>Description</maml:para>
<maml:para>-----------</maml:para>
<maml:para></maml:para>
<maml:para></maml:para>
<maml:para></maml:para>
<maml:para></maml:para>
<maml:para></maml:para>
</dev:remarks>
<command:commandLines>
<command:commandLine>
<command:commandText></command:commandText>
</command:commandLine>
</command:commandLines>
</command:example>
</command:examples>
<!-- Link section -->
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText></maml:linkText>
<maml:uri/>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>

<!--Get-AzureSiteRecoveryStorage-->
<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">
<command:details>
<command:name>
Expand Down

0 comments on commit a44847a

Please sign in to comment.