LinkedIntegrationRuntime Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. LinkedIntegrationRuntime
- com.
Implements
public final class LinkedIntegrationRuntime
implements JsonSerializable<LinkedIntegrationRuntime>
The linked integration runtime information.
Constructor Summary
| Constructor | Description |
|---|---|
| LinkedIntegrationRuntime() |
Creates an instance of Linked |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createTime()
Get the create |
| String |
dataFactoryLocation()
Get the data |
| String |
dataFactoryName()
Get the data |
|
static
Linked |
fromJson(JsonReader jsonReader)
Reads an instance of Linked |
| String |
name()
Get the name property: The name of the linked integration runtime. |
| String |
subscriptionId()
Get the subscription |
|
Json |
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:
dataFactoryLocation
public String dataFactoryLocation()
Get the dataFactoryLocation property: The location of the data factory for which the linked integration runtime belong to.
Returns:
dataFactoryName
public String dataFactoryName()
Get the dataFactoryName property: The name of the data factory for which the linked integration runtime belong to.
Returns:
fromJson
public static LinkedIntegrationRuntime fromJson(JsonReader jsonReader)
Reads an instance of LinkedIntegrationRuntime from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the linked integration runtime.
Returns:
subscriptionId
public String subscriptionId()
Get the subscriptionId property: The subscription ID for which the linked integration runtime belong to.
Returns:
toJson
validate
public void validate()
Validates the instance.