Uses of Class
com.azure.resourcemanager.automation.fluent.models.ActivityProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of ActivityProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionActivityProperties.withCreationTime
(OffsetDateTime creationTime) Set the creationTime property: Gets or sets the creation time.ActivityProperties.withDefinition
(String definition) Set the definition property: Gets or sets the user name of the activity.ActivityProperties.withDescription
(String description) Set the description property: Gets or sets the description.ActivityProperties.withLastModifiedTime
(OffsetDateTime lastModifiedTime) Set the lastModifiedTime property: Gets or sets the last modified time.ActivityProperties.withOutputTypes
(List<ActivityOutputType> outputTypes) Set the outputTypes property: Gets or sets the output types of the activity.ActivityProperties.withParameterSets
(List<ActivityParameterSet> parameterSets) Set the parameterSets property: Gets or sets the parameter sets of the activity.