IntegrationRuntimeStatus Class

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

Implements

public class IntegrationRuntimeStatus
implements JsonSerializable<IntegrationRuntimeStatus>

Integration runtime status.

Constructor Summary

Constructor Description
IntegrationRuntimeStatus()

Creates an instance of IntegrationRuntimeStatus class.

Method Summary

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

Get the additionalProperties property: Integration runtime status.

String dataFactoryName()

Get the dataFactoryName property: The workspace name which the integration runtime belong to.

static IntegrationRuntimeStatus fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeStatus from the JsonReader.

IntegrationRuntimeState state()

Get the state property: The state of integration runtime.

JsonWriter toJson(JsonWriter jsonWriter)
IntegrationRuntimeType type()

Get the type property: Type of integration runtime.

void validate()

Validates the instance.

IntegrationRuntimeStatus withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Integration runtime status.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeStatus

public IntegrationRuntimeStatus()

Creates an instance of IntegrationRuntimeStatus class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Integration runtime status.

Returns:

the additionalProperties value.

dataFactoryName

public String dataFactoryName()

Get the dataFactoryName property: The workspace name which the integration runtime belong to.

Returns:

the dataFactoryName value.

fromJson

public static IntegrationRuntimeStatus fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

state

public IntegrationRuntimeState state()

Get the state property: The state of integration runtime.

Returns:

the state value.

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 IntegrationRuntimeStatus withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Integration runtime status.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the IntegrationRuntimeStatus object itself.

Applies to