Class TriggerReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.TriggerReference
Trigger reference type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the referenceName property: Reference trigger name.type()
Get the type property: Trigger reference type.void
validate()
Validates the instance.withReferenceName
(String referenceName) Set the referenceName property: Reference trigger name.withType
(TriggerReferenceType type) Set the type property: Trigger reference type.
-
Constructor Details
-
TriggerReference
public TriggerReference()Creates an instance of TriggerReference class.
-
-
Method Details
-
type
Get the type property: Trigger reference type.- Returns:
- the type value.
-
withType
Set the type property: Trigger reference type.- Parameters:
type
- the type value to set.- Returns:
- the TriggerReference object itself.
-
referenceName
Get the referenceName property: Reference trigger name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference trigger name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the TriggerReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-