次の方法で共有


MachinesOperationsExtensions.Delete メソッド

定義

Azure でハイブリッド マシン ID を削除する操作。

public static void Delete (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, string resourceGroupName, string name);
static member Delete : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IMachinesOperations, resourceGroupName As String, name As String)

パラメーター

operations
IMachinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

name
String

ハイブリッド マシンの名前。

適用対象