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)

統合ランタイム認証キーを再生成する

適用対象