次の方法で共有


ExpressRoutePortsOperationsExtensions.Delete メソッド

定義

指定した ExpressRoutePort リソースを削除します。

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

パラメーター

operations
IExpressRoutePortsOperations

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

resourceGroupName
String

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

expressRoutePortName
String

ExpressRoutePort リソースの名前。

適用対象