DeleteWorkflowResponse Interface

public interface DeleteWorkflowResponse

An immutable client-side representation of DeleteWorkflowResponse.

Method Summary

Modifier and Type Method and Description
abstract DeleteWorkflowResponseInner innerModel()

Gets the inner com.azure.resourcemanager.devhub.fluent.models.DeleteWorkflowResponseInner object.

abstract String status()

Gets the status property: delete status message.

Method Details

innerModel

public abstract DeleteWorkflowResponseInner innerModel()

Gets the inner com.azure.resourcemanager.devhub.fluent.models.DeleteWorkflowResponseInner object.

Returns:

the inner object.

status

public abstract String status()

Gets the status property: delete status message.

Returns:

the status value.

Applies to