Interface EntitiesGetTimelines


  • public interface EntitiesGetTimelines
    Resource collection API of EntitiesGetTimelines.
    • Method Detail

      • list

        EntityTimelineResponse list​(String resourceGroupName,
                                    String workspaceName,
                                    String entityId,
                                    EntityTimelineParameters parameters)
        Timeline for an entity.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        entityId - entity ID.
        parameters - The parameters required to execute an timeline operation on the given entity.
        Returns:
        the entity timeline result operation response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listWithResponse

        com.azure.core.http.rest.Response<EntityTimelineResponse> listWithResponse​(String resourceGroupName,
                                                                                   String workspaceName,
                                                                                   String entityId,
                                                                                   EntityTimelineParameters parameters,
                                                                                   com.azure.core.util.Context context)
        Timeline for an entity.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        entityId - entity ID.
        parameters - The parameters required to execute an timeline operation on the given entity.
        context - The context to associate with this operation.
        Returns:
        the entity timeline result operation response along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.