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

IWCFRelaysOperations 接口

定义

WCFRelaysOperations 操作。

public interface IWCFRelaysOperations
type IWCFRelaysOperations = interface
Public Interface IWCFRelaysOperations

方法

CreateOrUpdateAuthorizationRuleWithHttpMessagesAsync(String, String, String, String, AuthorizationRule, Dictionary<String,List<String>>, CancellationToken)

为 WCFRelays 创建或汇报授权规则

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

创建或汇报 WCFRelay。 此操作是幂等的。

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

删除 WCFRelays 授权规则

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

删除 WCFRelays 。

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

按名称获取 WCFRelays 的 authorizationRule。

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

返回指定 WCFRelays 的说明。

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

WCFRelays 的授权规则。

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

WCFRelays 的授权规则。

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

列出命名空间中的 WCFRelays。

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

列出命名空间中的 WCFRelays。

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

WCFRelays 的主连接和辅助 ConnectionStrings。

RegenerateKeysWithHttpMessagesAsync(String, String, String, String, RegenerateAccessKeyParameters, Dictionary<String,List<String>>, CancellationToken)

将主要或辅助 ConnectionString 重新生成到 WCFRelays

扩展方法

CreateOrUpdate(IWCFRelaysOperations, String, String, String, WcfRelay)

创建或汇报 WCFRelay。 此操作是幂等的。

CreateOrUpdateAsync(IWCFRelaysOperations, String, String, String, WcfRelay, CancellationToken)

创建或汇报 WCFRelay。 此操作是幂等的。

CreateOrUpdateAuthorizationRule(IWCFRelaysOperations, String, String, String, String, AuthorizationRule)

为 WCFRelays 创建或汇报授权规则

CreateOrUpdateAuthorizationRuleAsync(IWCFRelaysOperations, String, String, String, String, AuthorizationRule, CancellationToken)

为 WCFRelays 创建或汇报授权规则

Delete(IWCFRelaysOperations, String, String, String)

删除 WCFRelays 。

DeleteAsync(IWCFRelaysOperations, String, String, String, CancellationToken)

删除 WCFRelays 。

DeleteAuthorizationRule(IWCFRelaysOperations, String, String, String, String)

删除 WCFRelays 授权规则

DeleteAuthorizationRuleAsync(IWCFRelaysOperations, String, String, String, String, CancellationToken)

删除 WCFRelays 授权规则

Get(IWCFRelaysOperations, String, String, String)

返回指定 WCFRelays 的说明。

GetAsync(IWCFRelaysOperations, String, String, String, CancellationToken)

返回指定 WCFRelays 的说明。

GetAuthorizationRule(IWCFRelaysOperations, String, String, String, String)

按名称获取 WCFRelays 的 authorizationRule。

GetAuthorizationRuleAsync(IWCFRelaysOperations, String, String, String, String, CancellationToken)

按名称获取 WCFRelays 的 authorizationRule。

ListAuthorizationRules(IWCFRelaysOperations, String, String, String)

WCFRelays 的授权规则。

ListAuthorizationRulesAsync(IWCFRelaysOperations, String, String, String, CancellationToken)

WCFRelays 的授权规则。

ListAuthorizationRulesNext(IWCFRelaysOperations, String)

WCFRelays 的授权规则。

ListAuthorizationRulesNextAsync(IWCFRelaysOperations, String, CancellationToken)

WCFRelays 的授权规则。

ListByNamespace(IWCFRelaysOperations, String, String)

列出命名空间中的 WCFRelays。

ListByNamespaceAsync(IWCFRelaysOperations, String, String, CancellationToken)

列出命名空间中的 WCFRelays。

ListByNamespaceNext(IWCFRelaysOperations, String)

列出命名空间中的 WCFRelays。

ListByNamespaceNextAsync(IWCFRelaysOperations, String, CancellationToken)

列出命名空间中的 WCFRelays。

ListKeys(IWCFRelaysOperations, String, String, String, String)

WCFRelays 的主连接和辅助 ConnectionStrings。

ListKeysAsync(IWCFRelaysOperations, String, String, String, String, CancellationToken)

WCFRelays 的主连接和辅助 ConnectionStrings。

RegenerateKeys(IWCFRelaysOperations, String, String, String, String, RegenerateAccessKeyParameters)

将主要或辅助 ConnectionString 重新生成到 WCFRelays

RegenerateKeysAsync(IWCFRelaysOperations, String, String, String, String, RegenerateAccessKeyParameters, CancellationToken)

将主要或辅助 ConnectionString 重新生成到 WCFRelays

适用于