public interface Project
An immutable client-side representation of Project.
  • 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.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • sourcePlatform

      ProjectSourcePlatform sourcePlatform()
      Gets the sourcePlatform property: Source platform for the project.
      Returns:
      the sourcePlatform value.
    • targetPlatform

      ProjectTargetPlatform targetPlatform()
      Gets the targetPlatform property: Target platform for the project.
      Returns:
      the targetPlatform value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: UTC Date and time when project was created.
      Returns:
      the creationTime value.
    • sourceConnectionInfo

      ConnectionInfo sourceConnectionInfo()
      Gets the sourceConnectionInfo property: Information for connecting to source.
      Returns:
      the sourceConnectionInfo value.
    • targetConnectionInfo

      ConnectionInfo targetConnectionInfo()
      Gets the targetConnectionInfo property: Information for connecting to target.
      Returns:
      the targetConnectionInfo value.
    • databasesInfo

      List<DatabaseInfo> databasesInfo()
      Gets the databasesInfo property: List of DatabaseInfo.
      Returns:
      the databasesInfo value.
    • provisioningState

      ProjectProvisioningState provisioningState()
      Gets the provisioningState property: The project's provisioning state.
      Returns:
      the provisioningState value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      ProjectInner innerModel()
      Gets the inner com.azure.resourcemanager.datamigration.fluent.models.ProjectInner object.
      Returns:
      the inner object.
    • update

      Project.Update update()
      Begins update for the Project resource.
      Returns:
      the stage of resource update.
    • refresh

      Project refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      Project refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.