BigDataPoolParametrizationReference Class

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

Implements

public final class BigDataPoolParametrizationReference
implements JsonSerializable<BigDataPoolParametrizationReference>

Big data pool reference type.

Constructor Summary

Constructor Description
BigDataPoolParametrizationReference()

Creates an instance of BigDataPoolParametrizationReference class.

Method Summary

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

Reads an instance of BigDataPoolParametrizationReference from the JsonReader.

Object referenceName()

Get the referenceName property: Reference big data pool name.

JsonWriter toJson(JsonWriter jsonWriter)
BigDataPoolReferenceType type()

Get the type property: Big data pool reference type.

void validate()

Validates the instance.

BigDataPoolParametrizationReference withReferenceName(Object referenceName)

Set the referenceName property: Reference big data pool name.

BigDataPoolParametrizationReference withType(BigDataPoolReferenceType type)

Set the type property: Big data pool reference type.

Methods inherited from java.lang.Object

Constructor Details

BigDataPoolParametrizationReference

public BigDataPoolParametrizationReference()

Creates an instance of BigDataPoolParametrizationReference class.

Method Details

fromJson

public static BigDataPoolParametrizationReference fromJson(JsonReader jsonReader)

Reads an instance of BigDataPoolParametrizationReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

referenceName

public Object referenceName()

Get the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).

Returns:

the referenceName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public BigDataPoolReferenceType type()

Get the type property: Big data pool reference type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withReferenceName

public BigDataPoolParametrizationReference withReferenceName(Object referenceName)

Set the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).

Parameters:

referenceName - the referenceName value to set.

Returns:

the BigDataPoolParametrizationReference object itself.

withType

public BigDataPoolParametrizationReference withType(BigDataPoolReferenceType type)

Set the type property: Big data pool reference type.

Parameters:

type - the type value to set.

Returns:

the BigDataPoolParametrizationReference object itself.

Applies to