Uses of Interface
com.azure.resourcemanager.automation.models.Activity
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Activity in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionActivities.get
(String resourceGroupName, String automationAccountName, String moduleName, String activityName) Retrieve the activity in the module identified by module name and activity name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Activity>
Activities.getWithResponse
(String resourceGroupName, String automationAccountName, String moduleName, String activityName, com.azure.core.util.Context context) Retrieve the activity in the module identified by module name and activity name.com.azure.core.http.rest.PagedIterable<Activity>
Activities.listByModule
(String resourceGroupName, String automationAccountName, String moduleName) Retrieve a list of activities in the module identified by module name.com.azure.core.http.rest.PagedIterable<Activity>
Activities.listByModule
(String resourceGroupName, String automationAccountName, String moduleName, com.azure.core.util.Context context) Retrieve a list of activities in the module identified by module name.