SsisEnvironmentReference Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.SsisEnvironmentReference

Implements

public final class SsisEnvironmentReference
implements JsonSerializable<SsisEnvironmentReference>

Ssis environment reference.

Constructor Summary

Constructor Description
SsisEnvironmentReference()

Creates an instance of SsisEnvironmentReference class.

Method Summary

Modifier and Type Method and Description
String environmentFolderName()

Get the environmentFolderName property: Environment folder name.

String environmentName()

Get the environmentName property: Environment name.

static SsisEnvironmentReference fromJson(JsonReader jsonReader)

Reads an instance of SsisEnvironmentReference from the JsonReader.

Long id()

Get the id property: Environment reference id.

String referenceType()

Get the referenceType property: Reference type.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SsisEnvironmentReference withEnvironmentFolderName(String environmentFolderName)

Set the environmentFolderName property: Environment folder name.

SsisEnvironmentReference withEnvironmentName(String environmentName)

Set the environmentName property: Environment name.

SsisEnvironmentReference withId(Long id)

Set the id property: Environment reference id.

SsisEnvironmentReference withReferenceType(String referenceType)

Set the referenceType property: Reference type.

Methods inherited from java.lang.Object

Constructor Details

SsisEnvironmentReference

public SsisEnvironmentReference()

Creates an instance of SsisEnvironmentReference class.

Method Details

environmentFolderName

public String environmentFolderName()

Get the environmentFolderName property: Environment folder name.

Returns:

the environmentFolderName value.

environmentName

public String environmentName()

Get the environmentName property: Environment name.

Returns:

the environmentName value.

fromJson

public static SsisEnvironmentReference fromJson(JsonReader jsonReader)

Reads an instance of SsisEnvironmentReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the SsisEnvironmentReference.

id

public Long id()

Get the id property: Environment reference id.

Returns:

the id value.

referenceType

public String referenceType()

Get the referenceType property: Reference type.

Returns:

the referenceType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEnvironmentFolderName

public SsisEnvironmentReference withEnvironmentFolderName(String environmentFolderName)

Set the environmentFolderName property: Environment folder name.

Parameters:

environmentFolderName - the environmentFolderName value to set.

Returns:

the SsisEnvironmentReference object itself.

withEnvironmentName

public SsisEnvironmentReference withEnvironmentName(String environmentName)

Set the environmentName property: Environment name.

Parameters:

environmentName - the environmentName value to set.

Returns:

the SsisEnvironmentReference object itself.

withId

public SsisEnvironmentReference withId(Long id)

Set the id property: Environment reference id.

Parameters:

id - the id value to set.

Returns:

the SsisEnvironmentReference object itself.

withReferenceType

public SsisEnvironmentReference withReferenceType(String referenceType)

Set the referenceType property: Reference type.

Parameters:

referenceType - the referenceType value to set.

Returns:

the SsisEnvironmentReference object itself.

Applies to