Activity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the activity.
public class Activity
[Microsoft.Rest.Serialization.JsonTransformation]
public class Activity
type Activity = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Activity = class
Public Class Activity
- Inheritance
-
Activity
- Attributes
Constructors
Activity() |
Initializes a new instance of the Activity class. |
Activity(String, String, String, IList<ActivityParameterSet>, IList<ActivityOutputType>, DateTimeOffset, DateTimeOffset, String) |
Initializes a new instance of the Activity class. |
Properties
CreationTime |
Gets or sets the creation time. |
Definition |
Gets or sets the user name of the activity. |
Description |
Gets or sets the description. |
Id |
Gets or sets the id of the resource. |
LastModifiedTime |
Gets or sets the last modified time. |
Name |
Gets the name of the activity. |
OutputTypes |
Gets or sets the output types of the activity. |
ParameterSets |
Gets or sets the parameter sets of the activity. |
Properties |
Applies to
Azure SDK for .NET