IntegrationRuntime Class

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

Implements

public class IntegrationRuntime
implements JsonSerializable<IntegrationRuntime>

Azure Synapse 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 Synapse nested object which serves as a compute resource for activities.

String description()

Get the description property: Integration runtime description.

static IntegrationRuntime fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntime from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
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 Synapse 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<String,Object> additionalProperties()

Get the additionalProperties property: Azure Synapse 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.

fromJson

public static IntegrationRuntime fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntime from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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<String,Object> additionalProperties)

Set the additionalProperties property: Azure Synapse 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