Interface DeleteWorkflowResponse
public interface DeleteWorkflowResponse
An immutable client-side representation of DeleteWorkflowResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.devhub.fluent.models.DeleteWorkflowResponseInner object.status()
Gets the status property: delete status message.
-
Method Details
-
status
String status()Gets the status property: delete status message.- Returns:
- the status value.
-
innerModel
DeleteWorkflowResponseInner innerModel()Gets the inner com.azure.resourcemanager.devhub.fluent.models.DeleteWorkflowResponseInner object.- Returns:
- the inner object.
-