Class SsisEnvironmentReference
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SsisEnvironmentReference
-
public final class SsisEnvironmentReference extends Object
Ssis environment reference.
-
-
Constructor Summary
Constructors Constructor Description SsisEnvironmentReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
environmentFolderName()
Get the environmentFolderName property: Environment folder name.String
environmentName()
Get the environmentName property: Environment name.Long
id()
Get the id property: Environment reference id.String
referenceType()
Get the referenceType property: Reference type.void
validate()
Validates the instance.SsisEnvironmentReference
withEnvironmentFolderName(String environmentFolderName)
Set the environmentFolderName property: Environment folder name.SsisEnvironmentReference
withEnvironmentName(String environmentName)
Set the environmentName property: Environment name.SsisEnvironmentReference
withId(Long id)
Set the id property: Environment reference id.SsisEnvironmentReference
withReferenceType(String referenceType)
Set the referenceType property: Reference type.
-
-
-
Method Detail
-
id
public Long id()
Get the id property: Environment reference id.- Returns:
- the id value.
-
withId
public SsisEnvironmentReference withId(Long id)
Set the id property: Environment reference id.- Parameters:
id
- the id value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
environmentFolderName
public String environmentFolderName()
Get the environmentFolderName property: Environment folder name.- Returns:
- the environmentFolderName value.
-
withEnvironmentFolderName
public SsisEnvironmentReference withEnvironmentFolderName(String environmentFolderName)
Set the environmentFolderName property: Environment folder name.- Parameters:
environmentFolderName
- the environmentFolderName value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
environmentName
public String environmentName()
Get the environmentName property: Environment name.- Returns:
- the environmentName value.
-
withEnvironmentName
public SsisEnvironmentReference withEnvironmentName(String environmentName)
Set the environmentName property: Environment name.- Parameters:
environmentName
- the environmentName value to set.- Returns:
- the SsisEnvironmentReference object itself.
-
referenceType
public String referenceType()
Get the referenceType property: Reference type.- Returns:
- the referenceType value.
-
withReferenceType
public SsisEnvironmentReference withReferenceType(String referenceType)
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.
-
-