Class SsisEnvironment
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
com.azure.resourcemanager.datafactory.models.SsisEnvironment
Ssis environment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfolderId()
Get the folderId property: Folder id which contains environment.void
validate()
Validates the instance.Get the variables property: Variable in environment.withDescription
(String description) Set the description property: Metadata description.withFolderId
(Long folderId) Set the folderId property: Folder id which contains environment.Set the id property: Metadata id.Set the name property: Metadata name.withVariables
(List<SsisVariable> variables) Set the variables property: Variable in environment.Methods inherited from class com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
description, id, name
-
Constructor Details
-
SsisEnvironment
public SsisEnvironment()Creates an instance of SsisEnvironment class.
-
-
Method Details
-
folderId
Get the folderId property: Folder id which contains environment.- Returns:
- the folderId value.
-
withFolderId
Set the folderId property: Folder id which contains environment.- Parameters:
folderId
- the folderId value to set.- Returns:
- the SsisEnvironment object itself.
-
variables
Get the variables property: Variable in environment.- Returns:
- the variables value.
-
withVariables
Set the variables property: Variable in environment.- Parameters:
variables
- the variables value to set.- Returns:
- the SsisEnvironment object itself.
-
withId
Set the id property: Metadata id.- Overrides:
withId
in classSsisObjectMetadata
- Parameters:
id
- the id value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withName
Set the name property: Metadata name.- Overrides:
withName
in classSsisObjectMetadata
- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withDescription
Set the description property: Metadata description.- Overrides:
withDescription
in classSsisObjectMetadata
- Parameters:
description
- the description value to set.- Returns:
- the SsisObjectMetadata object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSsisObjectMetadata
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-