次の方法で共有


ApiManagementServiceResource.GetTenantConfigurationSyncStateAsync メソッド

定義

構成データベースと Git リポジトリの間の最新の同期の状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{configurationName}/syncState
  • 操作IdTenantConfiguration_GetSyncState
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.TenantConfigurationSyncStateContract>> GetTenantConfigurationSyncStateAsync (Azure.ResourceManager.ApiManagement.Models.ConfigurationName configurationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantConfigurationSyncStateAsync : Azure.ResourceManager.ApiManagement.Models.ConfigurationName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.TenantConfigurationSyncStateContract>>
override this.GetTenantConfigurationSyncStateAsync : Azure.ResourceManager.ApiManagement.Models.ConfigurationName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.Models.TenantConfigurationSyncStateContract>>
Public Overridable Function GetTenantConfigurationSyncStateAsync (configurationName As ConfigurationName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TenantConfigurationSyncStateContract))

パラメーター

configurationName
ConfigurationName

Git 構成操作の識別子。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象