LinkedIntegrationRuntimeType Class

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

Implements

public class LinkedIntegrationRuntimeType
implements JsonSerializable<LinkedIntegrationRuntimeType>

The base definition of a linked integration runtime.

Constructor Summary

Constructor Description
LinkedIntegrationRuntimeType()

Creates an instance of LinkedIntegrationRuntimeType class.

Method Summary

Modifier and Type Method and Description
String authorizationType()

Get the authorizationType property: The authorization type for integration runtime sharing.

static LinkedIntegrationRuntimeType fromJson(JsonReader jsonReader)

Reads an instance of LinkedIntegrationRuntimeType from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

LinkedIntegrationRuntimeType

public LinkedIntegrationRuntimeType()

Creates an instance of LinkedIntegrationRuntimeType class.

Method Details

authorizationType

public String authorizationType()

Get the authorizationType property: The authorization type for integration runtime sharing.

Returns:

the authorizationType value.

fromJson

public static LinkedIntegrationRuntimeType fromJson(JsonReader jsonReader)

Reads an instance of LinkedIntegrationRuntimeType from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to