次の方法で共有


PublicIPPrefixesOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IPublicIPPrefixesOperations

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

resourceGroupName
String

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

publicIpPrefixName
String

PublicIpPrefix の名前。

適用対象