你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILocalNetworkGatewaysOperations 接口

定义

LocalNetworkGatewaysOperations 操作。

public interface ILocalNetworkGatewaysOperations
type ILocalNetworkGatewaysOperations = interface
Public Interface ILocalNetworkGatewaysOperations

方法

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

创建或更新指定资源组中的本地网络网关。

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

删除指定的本地网络网关。

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

创建或更新指定资源组中的本地网络网关。

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

删除指定的本地网络网关。

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

获取资源组中的指定本地网关。

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

获取资源组中的所有本地网络网关。

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

获取资源组中的所有本地网络网关。

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

汇报本地网络网关标记。

扩展方法

BeginCreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGatewayInner, CancellationToken)

创建或更新指定资源组中的本地网络网关。

BeginDeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

删除指定的本地网络网关。

CreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGatewayInner, CancellationToken)

创建或更新指定资源组中的本地网络网关。

DeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

删除指定的本地网络网关。

GetAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

获取资源组中的指定本地网关。

ListAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

获取资源组中的所有本地网络网关。

ListNextAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

获取资源组中的所有本地网络网关。

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

汇报本地网络网关标记。

适用于