Package version:

Interface IntegrationRuntimeStatusResponse

Integration runtime status response.

interface IntegrationRuntimeStatusResponse {
    name?: string;
    properties: IntegrationRuntimeStatusUnion;
}

Properties

Properties

name?: string

The integration runtime name. NOTE: This property will not be serialized. It can only be populated by the server.

Integration runtime properties.