Class LinkedServiceReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedServiceReference
Linked service reference type.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LinkedServiceReference class. -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Arguments for LinkedService.Get the referenceName property: Reference LinkedService name.type()
Get the type property: Linked service reference type.void
validate()
Validates the instance.withParameters
(Map<String, Object> parameters) Set the parameters property: Arguments for LinkedService.withReferenceName
(String referenceName) Set the referenceName property: Reference LinkedService name.Set the type property: Linked service reference type.
-
Constructor Details
-
LinkedServiceReference
public LinkedServiceReference()Creates an instance of LinkedServiceReference class.
-
-
Method Details
-
type
Get the type property: Linked service reference type.- Returns:
- the type value.
-
withType
Set the type property: Linked service reference type.- Parameters:
type
- the type value to set.- Returns:
- the LinkedServiceReference object itself.
-
referenceName
Get the referenceName property: Reference LinkedService name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference LinkedService name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the LinkedServiceReference object itself.
-
parameters
Get the parameters property: Arguments for LinkedService.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Arguments for LinkedService.- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedServiceReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-