|
9730 | 9730 | <command:noun>AzureRmBatchApplicationPackage</command:noun>
|
9731 | 9731 | <dev:version></dev:version>
|
9732 | 9732 | </command:details>
|
9733 |
| - <maml:description> |
| 9733 | + <maml:description>Specifies the file to be uploaded as the application package binary file |
9734 | 9734 | <maml:para>The New-AzureRmBatchApplicationPackage cmdlet creates a new application package in an Azure Batch account.</maml:para>
|
9735 | 9735 | </maml:description>
|
9736 | 9736 | <!-- Cmdlet syntax section-->
|
9737 | 9737 | <command:syntax>
|
9738 | 9738 | <command:syntaxItem>
|
9739 | 9739 | <maml:name>New-AzureRmBatchApplicationPackage</maml:name>
|
9740 |
| - <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
| 9740 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> |
9741 | 9741 | <maml:name>AccountName</maml:name>
|
9742 | 9742 | <maml:description>
|
9743 | 9743 | <maml:para>Specifies the name of the Batch account.</maml:para>
|
9744 | 9744 | </maml:description>
|
9745 |
| - <command:parameterValue required="true" variableLength="false">string</command:parameterValue> |
| 9745 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
9746 | 9746 | </command:parameter>
|
9747 |
| - <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
| 9747 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> |
| 9748 | + <maml:name>ApplicationId</maml:name> |
| 9749 | + <maml:description> |
| 9750 | + <maml:para>Specifies the id of the application.</maml:para> |
| 9751 | + </maml:description> |
| 9752 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 9753 | + </command:parameter> |
| 9754 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"> |
| 9755 | + <maml:name>ApplicationVersion</maml:name> |
| 9756 | + <maml:description> |
| 9757 | + <maml:para>Specifies the version of the application.</maml:para> |
| 9758 | + </maml:description> |
| 9759 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 9760 | + </command:parameter> |
| 9761 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> |
| 9762 | + <maml:name>FilePath</maml:name> |
| 9763 | + <maml:description> |
| 9764 | + <maml:para>Specifies the file to be uploaded as the application package binary file.</maml:para> |
| 9765 | + </maml:description> |
| 9766 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 9767 | + </command:parameter> |
| 9768 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"> |
| 9769 | + <maml:name>Format</maml:name> |
| 9770 | + <maml:description> |
| 9771 | + <maml:para>Specifies the format of the application package binary file.</maml:para> |
| 9772 | + </maml:description> |
| 9773 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 9774 | + </command:parameter> |
| 9775 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> |
| 9776 | + <maml:name>ResourceGroupName</maml:name> |
| 9777 | + <maml:description> |
| 9778 | + <maml:para>Specifies the name of the resource group that contains the Batch account.</maml:para> |
| 9779 | + </maml:description> |
| 9780 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 9781 | + </command:parameter> |
| 9782 | + </command:syntaxItem> |
| 9783 | + <command:syntaxItem> |
| 9784 | + <maml:name>New-AzureRmBatchApplicationPackage</maml:name> |
| 9785 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0"> |
| 9786 | + <maml:name>AccountName</maml:name> |
| 9787 | + <maml:description> |
| 9788 | + <maml:para>Specifies the name of the Batch account.</maml:para> |
| 9789 | + </maml:description> |
| 9790 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 9791 | + </command:parameter> |
| 9792 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"> |
9748 | 9793 | <maml:name>ActivateOnly</maml:name>
|
9749 | 9794 | <maml:description>
|
9750 | 9795 | <maml:para>Activates an application package that has already been uploaded.</maml:para>
|
9751 | 9796 | </maml:description>
|
9752 |
| - <command:parameterValue required="false" variableLength="false">string</command:parameterValue> |
| 9797 | + <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> |
9753 | 9798 | </command:parameter>
|
9754 |
| - <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
| 9799 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"> |
9755 | 9800 | <maml:name>ApplicationId</maml:name>
|
9756 | 9801 | <maml:description>
|
9757 | 9802 | <maml:para>Specifies the id of the application.</maml:para>
|
9758 | 9803 | </maml:description>
|
9759 |
| - <command:parameterValue required="true" variableLength="false">string</command:parameterValue> |
| 9804 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
9760 | 9805 | </command:parameter>
|
9761 |
| - <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
| 9806 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"> |
9762 | 9807 | <maml:name>ApplicationVersion</maml:name>
|
9763 | 9808 | <maml:description>
|
9764 | 9809 | <maml:para>Specifies the version of the application.</maml:para>
|
9765 | 9810 | </maml:description>
|
9766 |
| - <command:parameterValue required="true" variableLength="false">string</command:parameterValue> |
9767 |
| - </command:parameter> |
9768 |
| - <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
9769 |
| - <maml:name>FilePath</maml:name> |
9770 |
| - <maml:description> |
9771 |
| - <maml:para>Specifies the file to be uploaded as the application package binary file. If the -ActivateOnly switch is present, do not specify FilePath</maml:para> |
9772 |
| - </maml:description> |
9773 |
| - <command:parameterValue required="true" variableLength="false">string</command:parameterValue> |
| 9811 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
9774 | 9812 | </command:parameter>
|
9775 |
| - <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
| 9813 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"> |
9776 | 9814 | <maml:name>Format</maml:name>
|
9777 | 9815 | <maml:description>
|
9778 | 9816 | <maml:para>Specifies the format of the application package binary file.</maml:para>
|
9779 | 9817 | </maml:description>
|
9780 |
| - <command:parameterValue required="true" variableLength="false">string</command:parameterValue> |
| 9818 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
9781 | 9819 | </command:parameter>
|
9782 |
| - <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"> |
| 9820 | + <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"> |
9783 | 9821 | <maml:name>ResourceGroupName</maml:name>
|
9784 | 9822 | <maml:description>
|
9785 | 9823 | <maml:para>Specifies the name of the resource group that contains the Batch account.</maml:para>
|
9786 | 9824 | </maml:description>
|
9787 |
| - <command:parameterValue required="true" variableLength="false">string</command:parameterValue> |
| 9825 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
9788 | 9826 | </command:parameter>
|
9789 | 9827 | </command:syntaxItem>
|
9790 | 9828 | </command:syntax>
|
|
9836 | 9874 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
|
9837 | 9875 | <maml:name>FilePath</maml:name>
|
9838 | 9876 | <maml:description>
|
9839 |
| - <maml:para>Specifies the file to be uploaded as the application package binary file. If the -ActivateOnly switch is present, do not specify FilePath</maml:para> |
| 9877 | + <maml:para>Specifies the file to be uploaded as the application package binary file. If the -ActivateOnly switch is present, do not specify FilePath.</maml:para> |
9840 | 9878 | </maml:description>
|
9841 | 9879 | <command:parameterValue required="true" variableLength="false">string</command:parameterValue>
|
9842 | 9880 | <dev:type>
|
|
0 commit comments