IExpressRoutePortsOperations インターフェイス

定義

ExpressRoutePortsOperations 操作。

public interface IExpressRoutePortsOperations
type IExpressRoutePortsOperations = interface
Public Interface IExpressRoutePortsOperations

メソッド

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

指定した ExpressRoutePort リソースを作成または更新します。

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

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

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

指定した ExpressRoutePort リソースを作成または更新します。

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

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

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

要求された ExpressRoutePort リソースを取得します。

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

指定したリソース グループ内のすべての ExpressRoutePort リソースを一覧表示します。

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

指定したリソース グループ内のすべての ExpressRoutePort リソースを一覧表示します。

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

指定したサブスクリプション内のすべての ExpressRoutePort リソースを一覧表示します。

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

指定したサブスクリプション内のすべての ExpressRoutePort リソースを一覧表示します。

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

ExpressRoutePort タグを更新します。

拡張メソッド

BeginCreateOrUpdateAsync(IExpressRoutePortsOperations, String, String, ExpressRoutePortInner, CancellationToken)

指定した ExpressRoutePort リソースを作成または更新します。

BeginDeleteAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

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

CreateOrUpdateAsync(IExpressRoutePortsOperations, String, String, ExpressRoutePortInner, CancellationToken)

指定した ExpressRoutePort リソースを作成または更新します。

DeleteAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

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

GetAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

要求された ExpressRoutePort リソースを取得します。

ListAsync(IExpressRoutePortsOperations, CancellationToken)

指定したサブスクリプション内のすべての ExpressRoutePort リソースを一覧表示します。

ListByResourceGroupAsync(IExpressRoutePortsOperations, String, CancellationToken)

指定したリソース グループ内のすべての ExpressRoutePort リソースを一覧表示します。

ListByResourceGroupNextAsync(IExpressRoutePortsOperations, String, CancellationToken)

指定したリソース グループ内のすべての ExpressRoutePort リソースを一覧表示します。

ListNextAsync(IExpressRoutePortsOperations, String, CancellationToken)

指定したサブスクリプション内のすべての ExpressRoutePort リソースを一覧表示します。

UpdateTagsAsync(IExpressRoutePortsOperations, String, String, IDictionary<String,String>, CancellationToken)

ExpressRoutePort タグを更新します。

適用対象