Interface IntegrationRuntimeStatusResponse
public interface IntegrationRuntimeStatusResponse
An immutable client-side representation of IntegrationRuntimeStatusResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeStatusResponseInner object.name()
Gets the name property: The integration runtime name.Gets the properties property: Integration runtime properties.
-
Method Details
-
name
String name()Gets the name property: The integration runtime name.- Returns:
- the name value.
-
properties
IntegrationRuntimeStatus properties()Gets the properties property: Integration runtime properties.- Returns:
- the properties value.
-
innerModel
IntegrationRuntimeStatusResponseInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeStatusResponseInner object.- Returns:
- the inner object.
-