IntegrationRuntime Class

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

public class IntegrationRuntime

Azure Data Factory nested object which serves as a compute resource for activities.

Constructor Summary

Constructor Description
IntegrationRuntime()

Creates an instance of IntegrationRuntime class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.

String description()

Get the description property: Integration runtime description.

IntegrationRuntimeType type()

Get the type property: Type of integration runtime.

void validate()

Validates the instance.

IntegrationRuntime withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.

IntegrationRuntime withDescription(String description)

Set the description property: Integration runtime description.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntime

public IntegrationRuntime()

Creates an instance of IntegrationRuntime class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.

Returns:

the additionalProperties value.

description

public String description()

Get the description property: Integration runtime description.

Returns:

the description value.

type

public IntegrationRuntimeType type()

Get the type property: Type of integration runtime.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public IntegrationRuntime withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: Azure Data Factory nested object which serves as a compute resource for activities.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the IntegrationRuntime object itself.

withDescription

public IntegrationRuntime withDescription(String description)

Set the description property: Integration runtime description.

Parameters:

description - the description value to set.

Returns:

the IntegrationRuntime object itself.

Applies to