Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractProperties
Packages that use TenantConfigurationSyncStateContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of TenantConfigurationSyncStateContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TenantConfigurationSyncStateContractPropertiesModifier and TypeMethodDescriptionTenantConfigurationSyncStateContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TenantConfigurationSyncStateContractProperties from the JsonReader.TenantConfigurationSyncStateContractProperties.withBranch(String branch) Set the branch property: The name of Git branch.TenantConfigurationSyncStateContractProperties.withCommitId(String commitId) Set the commitId property: The latest commit Id.TenantConfigurationSyncStateContractProperties.withConfigurationChangeDate(OffsetDateTime configurationChangeDate) Set the configurationChangeDate property: The date of the latest configuration change.TenantConfigurationSyncStateContractProperties.withIsExport(Boolean isExport) Set the isExport property: value indicating if last sync was save (true) or deploy (false) operation.TenantConfigurationSyncStateContractProperties.withIsGitEnabled(Boolean isGitEnabled) Set the isGitEnabled property: value indicating whether Git configuration access is enabled.TenantConfigurationSyncStateContractProperties.withIsSynced(Boolean isSynced) Set the isSynced property: value indicating if last synchronization was later than the configuration change.TenantConfigurationSyncStateContractProperties.withLastOperationId(String lastOperationId) Set the lastOperationId property: Most recent tenant configuration operation identifier.TenantConfigurationSyncStateContractProperties.withSyncDate(OffsetDateTime syncDate) Set the syncDate property: The date of the latest synchronization.