java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
com.azure.resourcemanager.datafactory.models.SsisProject

public final class SsisProject extends SsisObjectMetadata
Ssis project.
  • Constructor Details

    • SsisProject

      public SsisProject()
  • Method Details

    • folderId

      public Long folderId()
      Get the folderId property: Folder id which contains project.
      Returns:
      the folderId value.
    • withFolderId

      public SsisProject withFolderId(Long folderId)
      Set the folderId property: Folder id which contains project.
      Parameters:
      folderId - the folderId value to set.
      Returns:
      the SsisProject object itself.
    • version

      public Long version()
      Get the version property: Project version.
      Returns:
      the version value.
    • withVersion

      public SsisProject withVersion(Long version)
      Set the version property: Project version.
      Parameters:
      version - the version value to set.
      Returns:
      the SsisProject object itself.
    • environmentRefs

      public List<SsisEnvironmentReference> environmentRefs()
      Get the environmentRefs property: Environment reference in project.
      Returns:
      the environmentRefs value.
    • withEnvironmentRefs

      public SsisProject withEnvironmentRefs(List<SsisEnvironmentReference> environmentRefs)
      Set the environmentRefs property: Environment reference in project.
      Parameters:
      environmentRefs - the environmentRefs value to set.
      Returns:
      the SsisProject object itself.
    • parameters

      public List<SsisParameter> parameters()
      Get the parameters property: Parameters in project.
      Returns:
      the parameters value.
    • withParameters

      public SsisProject withParameters(List<SsisParameter> parameters)
      Set the parameters property: Parameters in project.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the SsisProject object itself.
    • withId

      public SsisProject withId(Long id)
      Set the id property: Metadata id.
      Overrides:
      withId in class SsisObjectMetadata
      Parameters:
      id - the id value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • withName

      public SsisProject withName(String name)
      Set the name property: Metadata name.
      Overrides:
      withName in class SsisObjectMetadata
      Parameters:
      name - the name value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • withDescription

      public SsisProject withDescription(String description)
      Set the description property: Metadata description.
      Overrides:
      withDescription in class SsisObjectMetadata
      Parameters:
      description - the description value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class SsisObjectMetadata
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.