|
2068 | 2068 | </maml:description>
|
2069 | 2069 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2070 | 2070 | </command:parameter>
|
| 2071 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="10"> |
| 2072 | + <maml:name>OSType</maml:name> |
| 2073 | + <maml:description> |
| 2074 | + <maml:para>The type of operating system to be installed on cluster nodes. Valid values are Windows, Linux.</maml:para> |
| 2075 | + </maml:description> |
| 2076 | + <command:parameterValue required="true" variableLength="false">OSType</command:parameterValue> |
| 2077 | + </command:parameter> |
| 2078 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="11"> |
| 2079 | + <maml:name>SshCredential</maml:name> |
| 2080 | + <maml:description> |
| 2081 | + <maml:para>The credentials for SSH access to the cluster.</maml:para> |
| 2082 | + </maml:description> |
| 2083 | + <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue> |
| 2084 | + </command:parameter> |
| 2085 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="12"> |
| 2086 | + <maml:name>SshPublicKey</maml:name> |
| 2087 | + <maml:description> |
| 2088 | + <maml:para>The public key to use to configure SSH access to the cluster.</maml:para> |
| 2089 | + </maml:description> |
| 2090 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 2091 | + </command:parameter> |
2071 | 2092 | </command:syntaxItem>
|
2072 | 2093 | <command:syntaxItem>
|
2073 | 2094 | <maml:name>New-AzureHDInsightCluster</maml:name>
|
|
2183 | 2204 | </maml:description>
|
2184 | 2205 | <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
|
2185 | 2206 | </command:parameter>
|
| 2207 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="19"> |
| 2208 | + <maml:name>OSType</maml:name> |
| 2209 | + <maml:description> |
| 2210 | + <maml:para>The type of operating system to be installed on cluster nodes. Valid values are Windows, Linux.</maml:para> |
| 2211 | + </maml:description> |
| 2212 | + <command:parameterValue required="true" variableLength="false">OSType</command:parameterValue> |
| 2213 | + </command:parameter> |
| 2214 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="20"> |
| 2215 | + <maml:name>SshCredential</maml:name> |
| 2216 | + <maml:description> |
| 2217 | + <maml:para>The credentials for SSH access to the cluster.</maml:para> |
| 2218 | + </maml:description> |
| 2219 | + <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue> |
| 2220 | + </command:parameter> |
| 2221 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="21"> |
| 2222 | + <maml:name>SshPublicKey</maml:name> |
| 2223 | + <maml:description> |
| 2224 | + <maml:para>The public key to use to configure SSH access to the cluster.</maml:para> |
| 2225 | + </maml:description> |
| 2226 | + <command:parameterValue required="true" variableLength="false">String</command:parameterValue> |
| 2227 | + </command:parameter> |
2186 | 2228 | </command:syntaxItem>
|
2187 | 2229 | </command:syntax>
|
2188 | 2230 | <command:parameters>
|
|
0 commit comments