Delen via


JobStream Constructors

Definitie

Overloads

JobStream()

Initialiseert een nieuw exemplaar van de klasse JobStream.

JobStream(String, String, DateTimeOffset, String, String, String, IDictionary<String,Object>)

Initialiseert een nieuw exemplaar van de klasse JobStream.

JobStream()

Initialiseert een nieuw exemplaar van de klasse JobStream.

public JobStream ();
Public Sub New ()

Van toepassing op

JobStream(String, String, DateTimeOffset, String, String, String, IDictionary<String,Object>)

Initialiseert een nieuw exemplaar van de klasse JobStream.

public JobStream (string id = default, string jobStreamId = default, DateTimeOffset time = default, string streamType = default, string streamText = default, string summary = default, System.Collections.Generic.IDictionary<string,object> value = default);
new Microsoft.Azure.Management.Automation.Models.JobStream : string * string * DateTimeOffset * string * string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Automation.Models.JobStream
Public Sub New (Optional id As String = Nothing, Optional jobStreamId As String = Nothing, Optional time As DateTimeOffset = Nothing, Optional streamType As String = Nothing, Optional streamText As String = Nothing, Optional summary As String = Nothing, Optional value As IDictionary(Of String, Object) = Nothing)

Parameters

id
String

Hiermee wordt de id van de resource opgehaald of ingesteld.

jobStreamId
String

Hiermee wordt de id van de taakstroom opgehaald of ingesteld.

time
DateTimeOffset

Hiermee wordt de aanmaaktijd van de taak opgehaald of ingesteld.

streamType
String

Hiermee wordt het stroomtype opgehaald of ingesteld. Mogelijke waarden zijn: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'

streamText
String

Hiermee wordt de streamtekst opgehaald of ingesteld.

summary
String

Hiermee wordt de samenvatting opgehaald of ingesteld.

value
IDictionary<String,Object>

Hiermee worden de waarden van de taakstroom opgehaald of ingesteld.

Van toepassing op