Uses of Interface
com.azure.resourcemanager.apimanagement.models.TenantConfigurationSyncStateContract
Packages that use TenantConfigurationSyncStateContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of TenantConfigurationSyncStateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TenantConfigurationSyncStateContractModifier and TypeMethodDescriptionTenantConfigurations.getSyncState(String resourceGroupName, String serviceName, ConfigurationIdName configurationName) Gets the status of the most recent synchronization between the configuration database and the Git repository.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TenantConfigurationSyncStateContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TenantConfigurationSyncStateContract> TenantConfigurations.getSyncStateWithResponse(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, com.azure.core.util.Context context) Gets the status of the most recent synchronization between the configuration database and the Git repository.