Interface EntitiesGetTimelinesClient
public interface EntitiesGetTimelinesClient
An instance of this class provides access to all the operations defined in EntitiesGetTimelinesClient.
-
Method Summary
Modifier and TypeMethodDescriptionlist
(String resourceGroupName, String workspaceName, String entityId, EntityTimelineParameters parameters) Timeline for an entity.com.azure.core.http.rest.Response<EntityTimelineResponseInner>
listWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityTimelineParameters parameters, com.azure.core.util.Context context) Timeline for an entity.
-
Method Details
-
list
EntityTimelineResponseInner 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<EntityTimelineResponseInner> 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.
-