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

IIntegrationRuntimeAuthKeysOperations 接口

定义

IntegrationRuntimeAuthKeysOperations 操作。

public interface IIntegrationRuntimeAuthKeysOperations
type IIntegrationRuntimeAuthKeysOperations = interface
Public Interface IIntegrationRuntimeAuthKeysOperations

方法

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

列出集成运行时身份验证密钥

RegenerateWithHttpMessagesAsync(String, String, String, IntegrationRuntimeRegenerateKeyParameters, Dictionary<String,List<String>>, CancellationToken)

重新生成集成运行时身份验证密钥

扩展方法

List(IIntegrationRuntimeAuthKeysOperations, String, String, String)

列出集成运行时身份验证密钥

ListAsync(IIntegrationRuntimeAuthKeysOperations, String, String, String, CancellationToken)

列出集成运行时身份验证密钥

Regenerate(IIntegrationRuntimeAuthKeysOperations, String, String, String, IntegrationRuntimeRegenerateKeyParameters)

重新生成集成运行时身份验证密钥

RegenerateAsync(IIntegrationRuntimeAuthKeysOperations, String, String, String, IntegrationRuntimeRegenerateKeyParameters, CancellationToken)

重新生成集成运行时身份验证密钥

适用于