IntegrationRuntimeReference Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.IntegrationRuntimeReference

public final class IntegrationRuntimeReference

Integration runtime reference type.

Constructor Summary

Constructor Description
IntegrationRuntimeReference()

Creates an instance of IntegrationRuntimeReference class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> parameters()

Get the parameters property: Arguments for integration runtime.

String referenceName()

Get the referenceName property: Reference integration runtime name.

String type()

Get the type property: Type of integration runtime.

void validate()

Validates the instance.

IntegrationRuntimeReference withParameters(Map<String,Object> parameters)

Set the parameters property: Arguments for integration runtime.

IntegrationRuntimeReference withReferenceName(String referenceName)

Set the referenceName property: Reference integration runtime name.

IntegrationRuntimeReference withType(String type)

Set the type property: Type of integration runtime.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeReference

public IntegrationRuntimeReference()

Creates an instance of IntegrationRuntimeReference class.

Method Details

parameters

public Map parameters()

Get the parameters property: Arguments for integration runtime.

Returns:

the parameters value.

referenceName

public String referenceName()

Get the referenceName property: Reference integration runtime name.

Returns:

the referenceName value.

type

public String type()

Get the type property: Type of integration runtime.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withParameters

public IntegrationRuntimeReference withParameters(Map parameters)

Set the parameters property: Arguments for integration runtime.

Parameters:

parameters - the parameters value to set.

Returns:

the IntegrationRuntimeReference object itself.

withReferenceName

public IntegrationRuntimeReference withReferenceName(String referenceName)

Set the referenceName property: Reference integration runtime name.

Parameters:

referenceName - the referenceName value to set.

Returns:

the IntegrationRuntimeReference object itself.

withType

public IntegrationRuntimeReference withType(String type)

Set the type property: Type of integration runtime.

Parameters:

type - the type value to set.

Returns:

the IntegrationRuntimeReference object itself.

Applies to