次の方法で共有


PublicIPPrefixesOperationsExtensions.DeleteAsync メソッド

定義

指定したパブリック IP プレフィックスを削除します。

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

パラメーター

operations
IPublicIPPrefixesOperations

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

resourceGroupName
String

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

publicIpPrefixName
String

PublicIpPrefix の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象