IntegrationRuntimeResource Class

public final class IntegrationRuntimeResource
extends SubResource

Integration runtime resource type.

Constructor Summary

Constructor Description
IntegrationRuntimeResource()

Creates an instance of IntegrationRuntimeResource class.

Method Summary

Modifier and Type Method and Description
IntegrationRuntime getProperties()

Get the properties property: Integration runtime properties.

IntegrationRuntimeResource setProperties(IntegrationRuntime properties)

Set the properties property: Integration runtime properties.

Methods inherited from AzureEntityResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeResource

public IntegrationRuntimeResource()

Creates an instance of IntegrationRuntimeResource class.

Method Details

getProperties

public IntegrationRuntime getProperties()

Get the properties property: Integration runtime properties.

Returns:

the properties value.

setProperties

public IntegrationRuntimeResource setProperties(IntegrationRuntime properties)

Set the properties property: Integration runtime properties.

Parameters:

properties - the properties value to set.

Returns:

the IntegrationRuntimeResource object itself.

Applies to