次の方法で共有


IExpressRouteConnectionsOperations インターフェイス

定義

ExpressRouteConnectionsOperations 操作。

public interface IExpressRouteConnectionsOperations
type IExpressRouteConnectionsOperations = interface
Public Interface IExpressRouteConnectionsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRouteConnectionInner, Dictionary<String,List<String>>, CancellationToken)

ExpressRoute ゲートウェイと ExpressRoute 回線の間の接続を作成します。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRouteConnectionInner, Dictionary<String,List<String>>, CancellationToken)

ExpressRoute ゲートウェイと ExpressRoute 回線の間の接続を作成します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

指定した ExpressRouteConnection を取得します。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

ExpressRouteConnections を一覧表示します。

拡張メソッド

BeginCreateOrUpdateAsync(IExpressRouteConnectionsOperations, String, String, String, ExpressRouteConnectionInner, CancellationToken)

ExpressRoute ゲートウェイと ExpressRoute 回線の間の接続を作成します。

BeginDeleteAsync(IExpressRouteConnectionsOperations, String, String, String, CancellationToken)

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

CreateOrUpdateAsync(IExpressRouteConnectionsOperations, String, String, String, ExpressRouteConnectionInner, CancellationToken)

ExpressRoute ゲートウェイと ExpressRoute 回線の間の接続を作成します。

DeleteAsync(IExpressRouteConnectionsOperations, String, String, String, CancellationToken)

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

GetAsync(IExpressRouteConnectionsOperations, String, String, String, CancellationToken)

指定した ExpressRouteConnection を取得します。

ListAsync(IExpressRouteConnectionsOperations, String, String, CancellationToken)

ExpressRouteConnections を一覧表示します。

適用対象