Поделиться через


LinkedServiceReference Class

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

Implements

public final class LinkedServiceReference
implements JsonSerializable<LinkedServiceReference>

Linked service reference type.

Constructor Summary

Constructor Description
LinkedServiceReference()

Creates an instance of LinkedServiceReference class.

Method Summary

Modifier and Type Method and Description
static LinkedServiceReference fromJson(JsonReader jsonReader)

Reads an instance of LinkedServiceReference from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

LinkedServiceReference

public LinkedServiceReference()

Creates an instance of LinkedServiceReference class.

Method Details

fromJson

public static LinkedServiceReference fromJson(JsonReader jsonReader)

Reads an instance of LinkedServiceReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of LinkedServiceReference if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getParameters

public Map<String,Object> 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<String,Object> 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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to