你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineScaleSetsOperationsExtensions.PowerOff 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关闭 (停止) VM 规模集中的一个或多个虚拟机。 请注意,资源仍会附加,并且需要为资源付费。 请改用解除分配来释放资源并避免产生费用。
public static void PowerOff (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, bool? skipShutdown = False, System.Collections.Generic.IList<string> instanceIds = default);
static member PowerOff : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub PowerOff (operations As IVirtualMachineScaleSetsOperations, resourceGroupName As String, vmScaleSetName As String, Optional skipShutdown As Nullable(Of Boolean) = False, Optional instanceIds As IList(Of String) = Nothing)
参数
- operations
- IVirtualMachineScaleSetsOperations
此扩展方法的操作组。
- resourceGroupName
- String
资源组的名称。
- vmScaleSetName
- String
VM 规模集的名称。
用于请求非正常 VM 关闭的参数。 此标志的 True 值表示非正常关闭,而 false 指示否则关闭。 如果未指定,则此标志的默认值为 false