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

ITenantConfigurationOperations 接口

定义

TenantConfigurationOperations 操作。

public interface ITenantConfigurationOperations
type ITenantConfigurationOperations = interface
Public Interface ITenantConfigurationOperations

方法

BeginDeployWithHttpMessagesAsync(String, String, DeployConfigurationParameters, Dictionary<String,List<String>>, CancellationToken)

此操作将指定的 Git 分支中的更改应用于配置数据库。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-deploy-any-service-configuration-changes-to-the-api-management-service-instance

BeginSaveWithHttpMessagesAsync(String, String, SaveConfigurationParameter, Dictionary<String,List<String>>, CancellationToken)

此操作使用当前配置快照创建到存储库中指定分支的提交。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository

BeginValidateWithHttpMessagesAsync(String, String, DeployConfigurationParameters, Dictionary<String,List<String>>, CancellationToken)

此操作验证指定 Git 分支中的更改。 这是一个长时间运行的操作,可能需要几分钟才能完成。

DeployWithHttpMessagesAsync(String, String, DeployConfigurationParameters, Dictionary<String,List<String>>, CancellationToken)

此操作将指定的 Git 分支中的更改应用于配置数据库。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-deploy-any-service-configuration-changes-to-the-api-management-service-instance

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

获取配置数据库与 Git 存储库之间最近同步的状态。

SaveWithHttpMessagesAsync(String, String, SaveConfigurationParameter, Dictionary<String,List<String>>, CancellationToken)

此操作使用当前配置快照创建到存储库中指定分支的提交。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository

ValidateWithHttpMessagesAsync(String, String, DeployConfigurationParameters, Dictionary<String,List<String>>, CancellationToken)

此操作验证指定 Git 分支中的更改。 这是一个长时间运行的操作,可能需要几分钟才能完成。

扩展方法

BeginDeploy(ITenantConfigurationOperations, String, String, DeployConfigurationParameters)

此操作将指定的 Git 分支中的更改应用于配置数据库。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-deploy-any-service-configuration-changes-to-the-api-management-service-instance

BeginDeployAsync(ITenantConfigurationOperations, String, String, DeployConfigurationParameters, CancellationToken)

此操作将指定的 Git 分支中的更改应用于配置数据库。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-deploy-any-service-configuration-changes-to-the-api-management-service-instance

BeginSave(ITenantConfigurationOperations, String, String, SaveConfigurationParameter)

此操作使用当前配置快照创建到存储库中指定分支的提交。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository

BeginSaveAsync(ITenantConfigurationOperations, String, String, SaveConfigurationParameter, CancellationToken)

此操作使用当前配置快照创建到存储库中指定分支的提交。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository

BeginValidate(ITenantConfigurationOperations, String, String, DeployConfigurationParameters)

此操作验证指定 Git 分支中的更改。 这是一个长时间运行的操作,可能需要几分钟才能完成。

BeginValidateAsync(ITenantConfigurationOperations, String, String, DeployConfigurationParameters, CancellationToken)

此操作验证指定 Git 分支中的更改。 这是一个长时间运行的操作,可能需要几分钟才能完成。

Deploy(ITenantConfigurationOperations, String, String, DeployConfigurationParameters)

此操作将指定的 Git 分支中的更改应用于配置数据库。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-deploy-any-service-configuration-changes-to-the-api-management-service-instance

DeployAsync(ITenantConfigurationOperations, String, String, DeployConfigurationParameters, CancellationToken)

此操作将指定的 Git 分支中的更改应用于配置数据库。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-deploy-any-service-configuration-changes-to-the-api-management-service-instance

GetSyncState(ITenantConfigurationOperations, String, String)

获取配置数据库与 Git 存储库之间最近同步的状态。

GetSyncStateAsync(ITenantConfigurationOperations, String, String, CancellationToken)

获取配置数据库与 Git 存储库之间最近同步的状态。

Save(ITenantConfigurationOperations, String, String, SaveConfigurationParameter)

此操作使用当前配置快照创建到存储库中指定分支的提交。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository

SaveAsync(ITenantConfigurationOperations, String, String, SaveConfigurationParameter, CancellationToken)

此操作使用当前配置快照创建到存储库中指定分支的提交。 这是一个长时间运行的操作,可能需要几分钟才能完成。 https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository

Validate(ITenantConfigurationOperations, String, String, DeployConfigurationParameters)

此操作验证指定 Git 分支中的更改。 这是一个长时间运行的操作,可能需要几分钟才能完成。

ValidateAsync(ITenantConfigurationOperations, String, String, DeployConfigurationParameters, CancellationToken)

此操作验证指定 Git 分支中的更改。 这是一个长时间运行的操作,可能需要几分钟才能完成。

适用于