Delen via


ActivityOutputType Constructors

Definitie

Overloads

ActivityOutputType()

Initialiseert een nieuw exemplaar van de klasse ActivityOutputType.

ActivityOutputType(String, String)

Initialiseert een nieuw exemplaar van de klasse ActivityOutputType.

ActivityOutputType()

Initialiseert een nieuw exemplaar van de klasse ActivityOutputType.

public ActivityOutputType();
Public Sub New ()

Van toepassing op

ActivityOutputType(String, String)

Initialiseert een nieuw exemplaar van de klasse ActivityOutputType.

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

Hiermee wordt de naam van het uitvoertype van de activiteit opgehaald of ingesteld.

type
String

Hiermee wordt het type activiteitsuitvoer opgehaald of ingesteld.

Van toepassing op