次の方法で共有


DedicatedHostsOperationsExtensions.Delete メソッド

定義

専用ホストを削除します。

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

パラメーター

operations
IDedicatedHostsOperations

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

resourceGroupName
String

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

hostGroupName
String

専用ホスト グループの名前。

hostName
String

専用ホストの名前。

適用対象