Share via


ActivityOutputType Constructors

Definition

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.

Applies to