IntegrationRuntimeResourceInner Class

public final class IntegrationRuntimeResourceInner
extends SubResource

Integration runtime resource type.

Constructor Summary

Constructor Description
IntegrationRuntimeResourceInner()

Creates an instance of IntegrationRuntimeResourceInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: Etag identifies change in the resource.

String name()

Get the name property: The resource name.

IntegrationRuntime properties()

Get the properties property: Integration runtime properties.

String type()

Get the type property: The resource type.

void validate()

Validates the instance.

IntegrationRuntimeResourceInner withId(String id)
IntegrationRuntimeResourceInner withProperties(IntegrationRuntime properties)

Set the properties property: Integration runtime properties.

Methods inherited from SubResource

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeResourceInner

public IntegrationRuntimeResourceInner()

Creates an instance of IntegrationRuntimeResourceInner class.

Method Details

etag

public String etag()

Get the etag property: Etag identifies change in the resource.

Returns:

the etag value.

name

public String name()

Get the name property: The resource name.

Returns:

the name value.

properties

public IntegrationRuntime properties()

Get the properties property: Integration runtime properties.

Returns:

the properties value.

type

public String type()

Get the type property: The resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withId

public IntegrationRuntimeResourceInner withId(String id)

Overrides:

IntegrationRuntimeResourceInner.withId(String id)

Parameters:

id

withProperties

public IntegrationRuntimeResourceInner withProperties(IntegrationRuntime properties)

Set the properties property: Integration runtime properties.

Parameters:

properties - the properties value to set.

Returns:

the IntegrationRuntimeResourceInner object itself.

Applies to