Interface TenantConfigurationSyncStateContract


public interface TenantConfigurationSyncStateContract
An immutable client-side representation of TenantConfigurationSyncStateContract.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the branch property: The name of Git branch.
    Gets the commitId property: The latest commit Id.
    Gets the configurationChangeDate property: The date of the latest configuration change.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractInner object.
    Gets the isExport property: value indicating if last sync was save (true) or deploy (false) operation.
    Gets the isGitEnabled property: value indicating whether Git configuration access is enabled.
    Gets the isSynced property: value indicating if last synchronization was later than the configuration change.
    Gets the lastOperationId property: Most recent tenant configuration operation identifier.
    Gets the name property: The name of the resource.
    Gets the syncDate property: The date of the latest synchronization.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • branch

      String branch()
      Gets the branch property: The name of Git branch.
      Returns:
      the branch value.
    • commitId

      String commitId()
      Gets the commitId property: The latest commit Id.
      Returns:
      the commitId value.
    • isExport

      Boolean isExport()
      Gets the isExport property: value indicating if last sync was save (true) or deploy (false) operation.
      Returns:
      the isExport value.
    • isSynced

      Boolean isSynced()
      Gets the isSynced property: value indicating if last synchronization was later than the configuration change.
      Returns:
      the isSynced value.
    • isGitEnabled

      Boolean isGitEnabled()
      Gets the isGitEnabled property: value indicating whether Git configuration access is enabled.
      Returns:
      the isGitEnabled value.
    • syncDate

      OffsetDateTime syncDate()
      Gets the syncDate property: The date of the latest synchronization. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
      Returns:
      the syncDate value.
    • configurationChangeDate

      OffsetDateTime configurationChangeDate()
      Gets the configurationChangeDate property: The date of the latest configuration change. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
      Returns:
      the configurationChangeDate value.
    • lastOperationId

      String lastOperationId()
      Gets the lastOperationId property: Most recent tenant configuration operation identifier.
      Returns:
      the lastOperationId value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractInner object.
      Returns:
      the inner object.