Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractInner
Packages that use TenantConfigurationSyncStateContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TenantConfigurationSyncStateContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return TenantConfigurationSyncStateContractInnerModifier and TypeMethodDescriptionTenantConfigurationsClient.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.fluent that return types with arguments of type TenantConfigurationSyncStateContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TenantConfigurationSyncStateContractInner> TenantConfigurationsClient.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. -
Uses of TenantConfigurationSyncStateContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TenantConfigurationSyncStateContractInnerModifier and TypeMethodDescriptionTenantConfigurationSyncStateContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TenantConfigurationSyncStateContractInner from the JsonReader.TenantConfigurationSyncStateContractInner.withBranch(String branch) Set the branch property: The name of Git branch.TenantConfigurationSyncStateContractInner.withCommitId(String commitId) Set the commitId property: The latest commit Id.TenantConfigurationSyncStateContractInner.withConfigurationChangeDate(OffsetDateTime configurationChangeDate) Set the configurationChangeDate property: The date of the latest configuration change.TenantConfigurationSyncStateContractInner.withIsExport(Boolean isExport) Set the isExport property: value indicating if last sync was save (true) or deploy (false) operation.TenantConfigurationSyncStateContractInner.withIsGitEnabled(Boolean isGitEnabled) Set the isGitEnabled property: value indicating whether Git configuration access is enabled.TenantConfigurationSyncStateContractInner.withIsSynced(Boolean isSynced) Set the isSynced property: value indicating if last synchronization was later than the configuration change.TenantConfigurationSyncStateContractInner.withLastOperationId(String lastOperationId) Set the lastOperationId property: Most recent tenant configuration operation identifier.TenantConfigurationSyncStateContractInner.withSyncDate(OffsetDateTime syncDate) Set the syncDate property: The date of the latest synchronization. -
Uses of TenantConfigurationSyncStateContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TenantConfigurationSyncStateContractInnerModifier and TypeMethodDescriptionTenantConfigurationSyncStateContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractInner object.