共用方式為


IVirtualMachines.Redeploy(String, String) Method

Definition

Redeploys a virtual machine.

public void Redeploy (string groupName, string name);
abstract member Redeploy : string * string -> unit
Public Sub Redeploy (groupName As String, name As String)

Parameters

groupName
String

The name of the resource group the virtual machine is in.

name
String

The virtual machine name.

Applies to