Delen via


BigDataPoolReference Class

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

Implements

public final class BigDataPoolReference
implements JsonSerializable<BigDataPoolReference>

Big data pool reference.

Constructor Summary

Constructor Description
BigDataPoolReference()

Creates an instance of BigDataPoolReference class.

Method Summary

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

Reads an instance of BigDataPoolReference from the JsonReader.

String getReferenceName()

Get the referenceName property: Reference big data pool name.

BigDataPoolReferenceType getType()

Get the type property: Big data pool reference type.

BigDataPoolReference setReferenceName(String referenceName)

Set the referenceName property: Reference big data pool name.

BigDataPoolReference setType(BigDataPoolReferenceType type)

Set the type property: Big data pool reference type.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

BigDataPoolReference

public BigDataPoolReference()

Creates an instance of BigDataPoolReference class.

Method Details

fromJson

public static BigDataPoolReference fromJson(JsonReader jsonReader)

Reads an instance of BigDataPoolReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BigDataPoolReference 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.

getReferenceName

public String getReferenceName()

Get the referenceName property: Reference big data pool name.

Returns:

the referenceName value.

getType

public BigDataPoolReferenceType getType()

Get the type property: Big data pool reference type.

Returns:

the type value.

setReferenceName

public BigDataPoolReference setReferenceName(String referenceName)

Set the referenceName property: Reference big data pool name.

Parameters:

referenceName - the referenceName value to set.

Returns:

the BigDataPoolReference object itself.

setType

public BigDataPoolReference setType(BigDataPoolReferenceType type)

Set the type property: Big data pool reference type.

Parameters:

type - the type value to set.

Returns:

the BigDataPoolReference object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to