Class LinkedIntegrationRuntime
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntime
-
public final class LinkedIntegrationRuntime extends Object
The linked integration runtime information.
-
-
Constructor Summary
Constructors Constructor Description LinkedIntegrationRuntime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.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.void
validate()
Validates the instance.
-
-
-
Method Detail
-
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.
-
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.
-
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.
-
createTime
public OffsetDateTime createTime()
Get the createTime property: The creating time of the linked integration runtime.- Returns:
- the createTime value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-