Uses of Class
com.azure.resourcemanager.datafactory.models.SsisProject
-
Packages that use SsisProject Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SsisProject in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisProject Modifier and Type Method Description SsisProject
SsisProject. withDescription(String description)
Set the description property: Metadata description.SsisProject
SsisProject. withEnvironmentRefs(List<SsisEnvironmentReference> environmentRefs)
Set the environmentRefs property: Environment reference in project.SsisProject
SsisProject. withFolderId(Long folderId)
Set the folderId property: Folder id which contains project.SsisProject
SsisProject. withId(Long id)
Set the id property: Metadata id.SsisProject
SsisProject. withName(String name)
Set the name property: Metadata name.SsisProject
SsisProject. withParameters(List<SsisParameter> parameters)
Set the parameters property: Parameters in project.SsisProject
SsisProject. withVersion(Long version)
Set the version property: Project version.
-