New-AzHdInsightOnAksClusterHotfixUpgradeObject
Create an in-memory object for ClusterHotfixUpgradeProperties.
PowerShell
New-AzHdInsightOnAksClusterHotfixUpgradeObject
[-ComponentName <String>]
[-TargetBuildNumber <String>]
[-TargetClusterVersion <String>]
[-TargetOssVersion <String>]
[<CommonParameters>]
Create an in-memory object for ClusterHotfixUpgradeProperties.
PowerShell
$hotfixObj = New-AzHdInsightOnAksClusterHotfixUpgradeObject -ComponentName Webssh -TargetBuildNumber 7 -TargetClusterVersion "1.1.1" -TargetOssVersion "0.4.2"
Property UpgradeType
-------- -----------
{… HotfixUpgrade
Create an object to hold the flink cluster HotfixUpgrade parameters.
Name of component to be upgraded.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Target build number of component to be upgraded.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Target cluster version of component to be upgraded.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Target OSS version of component to be upgraded.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell feedback
Azure PowerShell is an open source project. Select a link to provide feedback: