你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Repair-AzVmssServiceFabricUpdateDomain
手动平台更新域演练以更新 Service Fabric 虚拟机规模集中的虚拟机。
语法
Repair-AzVmssServiceFabricUpdateDomain
[-ResourceGroupName] <String>
[-VMScaleSetName] <String>
[-PlatformUpdateDomain] <Int32>
[-Zone <String>]
[-PlacementGroupId <String>]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Repair-AzVmssServiceFabricUpdateDomain
[-PlatformUpdateDomain] <Int32>
[-Zone <String>]
[-PlacementGroupId <String>]
[-ResourceId] <String>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Repair-AzVmssServiceFabricUpdateDomain
[-PlatformUpdateDomain] <Int32>
[-Zone <String>]
[-PlacementGroupId <String>]
[-VirtualMachineScaleSet] <PSVirtualMachineScaleSet>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
强制手动平台更新域演练以更新 Service Fabric 虚拟机规模集中的虚拟机。
示例
示例 1
Repair-AzVmssServiceFabricUpdateDomain -ResourceGroupName $rgname -VMScaleSetName $vmssName -PlatformUpdateDomain 0
此命令强制对资源组名称和规模集名称指定的虚拟机规模集执行 UD 0 上的 Service Fabric 更新演练。
示例 2
$vmss = Get-AzVmss -ResourceGroupName $rgname -VMScaleSetName $vmssName
Repair-AzVmssServiceFabricUpdateDomain -VirtualMachineScaleSet $vmss -PlatformUpdateDomain 1
此命令强制对 VM 规模集对象指定的虚拟机规模集执行 UD 1 上的 Service Fabric 更新演练。
示例 3
Repair-AzVmssServiceFabricUpdateDomain -ResourceId $resourceId -PlatformUpdateDomain 2;
此命令强制对资源 ID 指定的虚拟机规模集的 UD 2 执行 Service Fabric 更新演练。
参数
-AsJob
在后台运行 cmdlet
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PlacementGroupId
Vmss 的放置组 ID
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PlatformUpdateDomain
需要手动恢复演练的平台更新域。
类型: | Int32 |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
资源组的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ResourceId
虚拟机规模集的资源 ID。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-VirtualMachineScaleSet
本地虚拟机规模集对象
类型: | PSVirtualMachineScaleSet |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-VMScaleSetName
虚拟机规模集的名称
类型: | String |
别名: | Name |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Zone
Vmss 的区域
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |