次の方法で共有


IpAllocationsOperationsExtensions.DeleteAsync メソッド

定義

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

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Network.IIpAllocationsOperations operations, string resourceGroupName, string ipAllocationName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Network.IIpAllocationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IIpAllocationsOperations, resourceGroupName As String, ipAllocationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IIpAllocationsOperations

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

resourceGroupName
String

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

ipAllocationName
String

IpAllocation の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象