LinkedIntegrationRuntimeRequest Class

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

Implements

public final class LinkedIntegrationRuntimeRequest
implements JsonSerializable<LinkedIntegrationRuntimeRequest>

Data factory name for linked integration runtime request.

Constructor Summary

Constructor Description
LinkedIntegrationRuntimeRequest()

Creates an instance of LinkedIntegrationRuntimeRequest class.

Method Summary

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

Reads an instance of LinkedIntegrationRuntimeRequest from the JsonReader.

String linkedFactoryName()

Get the linkedFactoryName property: The data factory name for linked integration runtime.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

LinkedIntegrationRuntimeRequest withLinkedFactoryName(String linkedFactoryName)

Set the linkedFactoryName property: The data factory name for linked integration runtime.

Methods inherited from java.lang.Object

Constructor Details

LinkedIntegrationRuntimeRequest

public LinkedIntegrationRuntimeRequest()

Creates an instance of LinkedIntegrationRuntimeRequest class.

Method Details

fromJson

public static LinkedIntegrationRuntimeRequest fromJson(JsonReader jsonReader)

Reads an instance of LinkedIntegrationRuntimeRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

linkedFactoryName

public String linkedFactoryName()

Get the linkedFactoryName property: The data factory name for linked integration runtime.

Returns:

the linkedFactoryName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withLinkedFactoryName

public LinkedIntegrationRuntimeRequest withLinkedFactoryName(String linkedFactoryName)

Set the linkedFactoryName property: The data factory name for linked integration runtime.

Parameters:

linkedFactoryName - the linkedFactoryName value to set.

Returns:

the LinkedIntegrationRuntimeRequest object itself.

Applies to