次の方法で共有


IpAllocationsOperationsExtensions.BeginDelete メソッド

定義

指定した IpAllocation を削除します。

public static void BeginDelete (this Microsoft.Azure.Management.Network.IIpAllocationsOperations operations, string resourceGroupName, string ipAllocationName);
static member BeginDelete : Microsoft.Azure.Management.Network.IIpAllocationsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IIpAllocationsOperations, resourceGroupName As String, ipAllocationName As String)

パラメーター

operations
IIpAllocationsOperations

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

resourceGroupName
String

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

ipAllocationName
String

IpAllocation の名前。

適用対象