LinkedIntegrationRuntime Class

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

Implements

public final class LinkedIntegrationRuntime
implements JsonSerializable<LinkedIntegrationRuntime>

The linked integration runtime information.

Constructor Summary

Constructor Description
LinkedIntegrationRuntime()

Creates an instance of LinkedIntegrationRuntime class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime createTime()

Get the createTime property: The creating time of the linked integration runtime.

String dataFactoryLocation()

Get the dataFactoryLocation property: The location of the data factory for which the linked integration runtime belong to.

String dataFactoryName()

Get the dataFactoryName property: The name of the data factory for which the linked integration runtime belong to.

static LinkedIntegrationRuntime fromJson(JsonReader jsonReader)

Reads an instance of LinkedIntegrationRuntime from the JsonReader.

String name()

Get the name property: The name of the linked integration runtime.

String subscriptionId()

Get the subscriptionId property: The subscription ID for which the linked integration runtime belong to.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

LinkedIntegrationRuntime

public LinkedIntegrationRuntime()

Creates an instance of LinkedIntegrationRuntime class.

Method Details

createTime

public OffsetDateTime createTime()

Get the createTime property: The creating time of the linked integration runtime.

Returns:

the createTime value.

dataFactoryLocation

public String dataFactoryLocation()

Get the dataFactoryLocation property: The location of the data factory for which the linked integration runtime belong to.

Returns:

the dataFactoryLocation value.

dataFactoryName

public String dataFactoryName()

Get the dataFactoryName property: The name of the data factory for which the linked integration runtime belong to.

Returns:

the dataFactoryName value.

fromJson

public static LinkedIntegrationRuntime fromJson(JsonReader jsonReader)

Reads an instance of LinkedIntegrationRuntime from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: The name of the linked integration runtime.

Returns:

the name value.

subscriptionId

public String subscriptionId()

Get the subscriptionId property: The subscription ID for which the linked integration runtime belong to.

Returns:

the subscriptionId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to