CreateLinkedIntegrationRuntimeRequest Class

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

Implements

public final class CreateLinkedIntegrationRuntimeRequest
implements JsonSerializable<CreateLinkedIntegrationRuntimeRequest>

The linked integration runtime information.

Constructor Summary

Constructor Description
CreateLinkedIntegrationRuntimeRequest()

Creates an instance of CreateLinkedIntegrationRuntimeRequest class.

Method Summary

Modifier and Type Method and Description
String dataFactoryLocation()

Get the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.

String dataFactoryName()

Get the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.

static CreateLinkedIntegrationRuntimeRequest fromJson(JsonReader jsonReader)

Reads an instance of CreateLinkedIntegrationRuntimeRequest from the JsonReader.

String name()

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

String subscriptionId()

Get the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

CreateLinkedIntegrationRuntimeRequest withDataFactoryLocation(String dataFactoryLocation)

Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.

CreateLinkedIntegrationRuntimeRequest withDataFactoryName(String dataFactoryName)

Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.

CreateLinkedIntegrationRuntimeRequest withName(String name)

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

CreateLinkedIntegrationRuntimeRequest withSubscriptionId(String subscriptionId)

Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.

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:

the dataFactoryLocation value.

dataFactoryName

public String dataFactoryName()

Get the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.

Returns:

the dataFactoryName value.

fromJson

public static CreateLinkedIntegrationRuntimeRequest fromJson(JsonReader jsonReader)

Reads an instance of CreateLinkedIntegrationRuntimeRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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 ID of the subscription that the linked integration runtime belongs to.

Returns:

the subscriptionId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

dataFactoryLocation - the dataFactoryLocation value to set.

Returns:

the CreateLinkedIntegrationRuntimeRequest object itself.

withDataFactoryName

public CreateLinkedIntegrationRuntimeRequest withDataFactoryName(String dataFactoryName)

Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.

Parameters:

dataFactoryName - the dataFactoryName value to set.

Returns:

the CreateLinkedIntegrationRuntimeRequest object itself.

withName

public CreateLinkedIntegrationRuntimeRequest withName(String name)

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

Parameters:

name - the name value to set.

Returns:

the CreateLinkedIntegrationRuntimeRequest object itself.

withSubscriptionId

public CreateLinkedIntegrationRuntimeRequest withSubscriptionId(String subscriptionId)

Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.

Parameters:

subscriptionId - the subscriptionId value to set.

Returns:

the CreateLinkedIntegrationRuntimeRequest object itself.

Applies to