ActivityOutputType Constructors
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.
Overloads
ActivityOutputType() |
Initializes a new instance of the ActivityOutputType class. |
ActivityOutputType(String, String) |
Initializes a new instance of the ActivityOutputType class. |
ActivityOutputType()
Initializes a new instance of the ActivityOutputType class.
public ActivityOutputType();
Public Sub New ()
Applies to
ActivityOutputType(String, String)
Initializes a new instance of the ActivityOutputType class.
public ActivityOutputType(string name = default, string type = default);
new Microsoft.Azure.Management.Automation.Models.ActivityOutputType : string * string -> Microsoft.Azure.Management.Automation.Models.ActivityOutputType
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
Gets or sets the name of the activity output type.
- type
- String
Gets or sets the type of the activity output type.