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