Uses of Class
com.azure.resourcemanager.automation.fluent.models.ActivityInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ActivityInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionActivitiesClient.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<ActivityInner>
ActivitiesClient.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<ActivityInner>
ActivitiesClient.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<ActivityInner>
ActivitiesClient.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. -
Uses of ActivityInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionActivityInner.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.ActivityInner.withDefinition
(String definition) Set the definition property: Gets or sets the user name of the activity.ActivityInner.withDescription
(String description) Set the description property: Gets or sets the description.Set the id property: Gets or sets the id of the resource.ActivityInner.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.ActivityInner.withOutputTypes
(List<ActivityOutputType> outputTypes) Set the outputTypes property: Gets or sets the output types of the activity.ActivityInner.withParameterSets
(List<ActivityParameterSet> parameterSets) Set the parameterSets property: Gets or sets the parameter sets of the activity. -
Uses of ActivityInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionActivity.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.ActivityInner object.Modifier and TypeMethodDescriptionActivityListResult.value()
Get the value property: Gets or sets a list of activities.Modifier and TypeMethodDescriptionActivityListResult.withValue
(List<ActivityInner> value) Set the value property: Gets or sets a list of activities.