Interface Activity


public interface Activity
An immutable client-side representation of Activity.
  • Method Details

    • id

      String id()
      Gets the id property: Gets or sets the id of the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Gets the name of the activity.
      Returns:
      the name value.
    • definition

      String definition()
      Gets the definition property: Gets or sets the user name of the activity.
      Returns:
      the definition value.
    • parameterSets

      List<ActivityParameterSet> parameterSets()
      Gets the parameterSets property: Gets or sets the parameter sets of the activity.
      Returns:
      the parameterSets value.
    • outputTypes

      List<ActivityOutputType> outputTypes()
      Gets the outputTypes property: Gets or sets the output types of the activity.
      Returns:
      the outputTypes value.
    • creationTime

      OffsetDateTime creationTime()
      Gets the creationTime property: Gets or sets the creation time.
      Returns:
      the creationTime value.
    • lastModifiedTime

      OffsetDateTime lastModifiedTime()
      Gets the lastModifiedTime property: Gets or sets the last modified time.
      Returns:
      the lastModifiedTime value.
    • description

      String description()
      Gets the description property: Gets or sets the description.
      Returns:
      the description value.
    • innerModel

      ActivityInner innerModel()
      Gets the inner com.azure.resourcemanager.automation.fluent.models.ActivityInner object.
      Returns:
      the inner object.