Class SsisEnvironmentReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisEnvironmentReference
Ssis environment reference.
-
Constructor Summary
ConstructorDescriptionCreates an instance of SsisEnvironmentReference class. -
Method Summary
Modifier and TypeMethodDescriptionGet the environmentFolderName property: Environment folder name.Get the environmentName property: Environment name.id()
Get the id property: Environment reference id.Get the referenceType property: Reference type.void
validate()
Validates the instance.withEnvironmentFolderName
(String environmentFolderName) Set the environmentFolderName property: Environment folder name.withEnvironmentName
(String environmentName) Set the environmentName property: Environment name.Set the id property: Environment reference id.withReferenceType
(String referenceType) Set the referenceType property: Reference type.
-
Constructor Details
-
SsisEnvironmentReference
public SsisEnvironmentReference()Creates an instance of SsisEnvironmentReference class.
-
-
Method Details
-
id
Get the id property: Environment reference id.- Returns:
- the id value.
-
withId
Set the id property: Environment reference id.- Parameters:
id
- the id value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
environmentFolderName
Get the environmentFolderName property: Environment folder name.- Returns:
- the environmentFolderName value.
-
withEnvironmentFolderName
Set the environmentFolderName property: Environment folder name.- Parameters:
environmentFolderName
- the environmentFolderName value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
environmentName
Get the environmentName property: Environment name.- Returns:
- the environmentName value.
-
withEnvironmentName
Set the environmentName property: Environment name.- Parameters:
environmentName
- the environmentName value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
referenceType
Get the referenceType property: Reference type.- Returns:
- the referenceType value.
-
withReferenceType
Set the referenceType property: Reference type.- Parameters:
referenceType
- the referenceType value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-