你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IExpressRoutePortAuthorizationsOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ExpressRoutePortAuthorizationsOperations 操作。
public interface IExpressRoutePortAuthorizationsOperations
type IExpressRoutePortAuthorizationsOperations = interface
Public Interface IExpressRoutePortAuthorizationsOperations
方法
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRoutePortAuthorization, Dictionary<String,List<String>>, CancellationToken)
|
在指定的快速路由端口中创建或更新授权。
|
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
从指定的快速路由端口中删除指定的授权。
|
CreateOrUpdateWithHttpMessagesAsync(String, String, String, ExpressRoutePortAuthorization, Dictionary<String,List<String>>, CancellationToken)
|
在指定的快速路由端口中创建或更新授权。
|
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
从指定的快速路由端口中删除指定的授权。
|
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
|
从指定的快速路由端口获取指定的授权。
|
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
获取快速路由端口中的所有授权。
|
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
获取快速路由端口中的所有授权。
|
扩展方法
BeginCreateOrUpdate(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization)
|
在指定的快速路由端口中创建或更新授权。
|
BeginCreateOrUpdateAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization, CancellationToken)
|
在指定的快速路由端口中创建或更新授权。
|
BeginDelete(IExpressRoutePortAuthorizationsOperations, String, String, String)
|
从指定的快速路由端口中删除指定的授权。
|
BeginDeleteAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, CancellationToken)
|
从指定的快速路由端口中删除指定的授权。
|
CreateOrUpdate(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization)
|
在指定的快速路由端口中创建或更新授权。
|
CreateOrUpdateAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, ExpressRoutePortAuthorization, CancellationToken)
|
在指定的快速路由端口中创建或更新授权。
|
Delete(IExpressRoutePortAuthorizationsOperations, String, String, String)
|
从指定的快速路由端口中删除指定的授权。
|
DeleteAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, CancellationToken)
|
从指定的快速路由端口中删除指定的授权。
|
Get(IExpressRoutePortAuthorizationsOperations, String, String, String)
|
从指定的快速路由端口获取指定的授权。
|
GetAsync(IExpressRoutePortAuthorizationsOperations, String, String, String, CancellationToken)
|
从指定的快速路由端口获取指定的授权。
|
List(IExpressRoutePortAuthorizationsOperations, String, String)
|
获取快速路由端口中的所有授权。
|
ListAsync(IExpressRoutePortAuthorizationsOperations, String, String, CancellationToken)
|
获取快速路由端口中的所有授权。
|
ListNext(IExpressRoutePortAuthorizationsOperations, String)
|
获取快速路由端口中的所有授权。
|
ListNextAsync(IExpressRoutePortAuthorizationsOperations, String, CancellationToken)
|
获取快速路由端口中的所有授权。
|
适用于