IVirtualMachineScaleSets.Deallocate(String, String) メソッド

定義

スケール セット内の仮想マシンをシャットダウンし、コンピューティング リソースを解放します。

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

パラメーター

groupName
String

仮想マシン スケール セットが含まれるリソース グループの名前。

name
String

仮想マシン スケール セットの名前。

適用対象