LinkedServiceReference Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.LinkedServiceReference

public final class LinkedServiceReference

Linked service reference type.

Constructor Summary

Constructor Description
LinkedServiceReference()

Creates an instance of LinkedServiceReference class.

Method Summary

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

Get the parameters property: Arguments for LinkedService.

String getReferenceName()

Get the referenceName property: Reference LinkedService name.

Type getType()

Get the type property: Linked service reference type.

LinkedServiceReference setParameters(Map<String,Object> parameters)

Set the parameters property: Arguments for LinkedService.

LinkedServiceReference setReferenceName(String referenceName)

Set the referenceName property: Reference LinkedService name.

LinkedServiceReference setType(Type type)

Set the type property: Linked service reference type.

Methods inherited from java.lang.Object

Constructor Details

LinkedServiceReference

public LinkedServiceReference()

Creates an instance of LinkedServiceReference class.

Method Details

getParameters

public Map getParameters()

Get the parameters property: Arguments for LinkedService.

Returns:

the parameters value.

getReferenceName

public String getReferenceName()

Get the referenceName property: Reference LinkedService name.

Returns:

the referenceName value.

getType

public Type getType()

Get the type property: Linked service reference type.

Returns:

the type value.

setParameters

public LinkedServiceReference setParameters(Map parameters)

Set the parameters property: Arguments for LinkedService.

Parameters:

parameters - the parameters value to set.

Returns:

the LinkedServiceReference object itself.

setReferenceName

public LinkedServiceReference setReferenceName(String referenceName)

Set the referenceName property: Reference LinkedService name.

Parameters:

referenceName - the referenceName value to set.

Returns:

the LinkedServiceReference object itself.

setType

public LinkedServiceReference setType(Type type)

Set the type property: Linked service reference type.

Parameters:

type - the type value to set.

Returns:

the LinkedServiceReference object itself.

Applies to