IntegrationRuntimeStatusResponse Interface

public interface IntegrationRuntimeStatusResponse

An immutable client-side representation of IntegrationRuntimeStatusResponse.

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeStatusResponseInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeStatusResponseInner object.

abstract String name()

Gets the name property: The integration runtime name.

abstract IntegrationRuntimeStatus properties()

Gets the properties property: Integration runtime properties.

Method Details

innerModel

public abstract IntegrationRuntimeStatusResponseInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeStatusResponseInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The integration runtime name.

Returns:

the name value.

properties

public abstract IntegrationRuntimeStatus properties()

Gets the properties property: Integration runtime properties.

Returns:

the properties value.

Applies to