CreateLinkedIntegrationRuntimeRequest Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CreateLinkedIntegrationRuntimeRequest
- com.
Implements
public final class CreateLinkedIntegrationRuntimeRequest
implements JsonSerializable<CreateLinkedIntegrationRuntimeRequest>
The linked integration runtime information.
Constructor Summary
| Constructor | Description |
|---|---|
| CreateLinkedIntegrationRuntimeRequest() |
Creates an instance of Create |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataFactoryLocation()
Get the data |
| String |
dataFactoryName()
Get the data |
|
static
Create |
fromJson(JsonReader jsonReader)
Reads an instance of Create |
| 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. |
|
Create |
withDataFactoryLocation(String dataFactoryLocation)
Set the data |
|
Create |
withDataFactoryName(String dataFactoryName)
Set the data |
|
Create |
withName(String name)
Set the name property: The name of the linked integration runtime. |
|
Create |
withSubscriptionId(String subscriptionId)
Set the subscription |
Methods inherited from java.lang.Object
Constructor Details
CreateLinkedIntegrationRuntimeRequest
public CreateLinkedIntegrationRuntimeRequest()
Creates an instance of CreateLinkedIntegrationRuntimeRequest class.
Method Details
dataFactoryLocation
public String dataFactoryLocation()
Get the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.
Returns:
dataFactoryName
public String dataFactoryName()
Get the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.
Returns:
fromJson
public static CreateLinkedIntegrationRuntimeRequest fromJson(JsonReader jsonReader)
Reads an instance of CreateLinkedIntegrationRuntimeRequest 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 ID of the subscription that the linked integration runtime belongs to.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDataFactoryLocation
public CreateLinkedIntegrationRuntimeRequest withDataFactoryLocation(String dataFactoryLocation)
Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.
Parameters:
Returns:
withDataFactoryName
public CreateLinkedIntegrationRuntimeRequest withDataFactoryName(String dataFactoryName)
Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.
Parameters:
Returns:
withName
public CreateLinkedIntegrationRuntimeRequest withName(String name)
Set the name property: The name of the linked integration runtime.
Parameters:
Returns:
withSubscriptionId
public CreateLinkedIntegrationRuntimeRequest withSubscriptionId(String subscriptionId)
Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.
Parameters:
Returns: