次の方法で共有


ExpressRouteConnectionsOperationsExtensions.BeginDelete メソッド

定義

ExpressRoute 回線への接続を削除します。

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

パラメーター

operations
IExpressRouteConnectionsOperations

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

resourceGroupName
String

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

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

connectionName
String

接続サブリソースの名前。

適用対象