Uses of Interface
com.azure.resourcemanager.automation.models.Activity
Packages that use Activity
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Activity in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ActivityModifier and TypeMethodDescriptionActivities.get
(String resourceGroupName, String automationAccountName, String moduleName, String activityName) Retrieve the activity in the module identified by module name and activity name.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type ActivityModifier 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.