SynapseLinkWorkspaceInfoProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.SynapseLinkWorkspaceInfoProperties

Implements

public final class SynapseLinkWorkspaceInfoProperties
implements JsonSerializable<SynapseLinkWorkspaceInfoProperties>

Properties of a Synapse link workspaces.

Method Summary

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

Reads an instance of SynapseLinkWorkspaceInfoProperties from the JsonReader.

String linkConnectionName()

Get the linkConnectionName property: Link connection name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String workspaceId()

Get the workspaceId property: Synapse link workspace id.

Methods inherited from java.lang.Object

Method Details

fromJson

public static SynapseLinkWorkspaceInfoProperties fromJson(JsonReader jsonReader)

Reads an instance of SynapseLinkWorkspaceInfoProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

linkConnectionName

public String linkConnectionName()

Get the linkConnectionName property: Link connection name.

Returns:

the linkConnectionName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

workspaceId

public String workspaceId()

Get the workspaceId property: Synapse link workspace id.

Returns:

the workspaceId value.

Applies to