次の方法で共有


CustomIPPrefixesOperationsExtensions.BeginDelete メソッド

定義

指定したカスタム IP プレフィックスを削除します。

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

パラメーター

operations
ICustomIPPrefixesOperations

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

resourceGroupName
String

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

customIpPrefixName
String

CustomIpPrefix の名前。

適用対象