Share via


JobNavigation Constructors

Definition

Overloads

JobNavigation()

Initializes a new instance of the JobNavigation class.

JobNavigation(String)

Initializes a new instance of the JobNavigation class.

JobNavigation()

Initializes a new instance of the JobNavigation class.

public JobNavigation ();
Public Sub New ()

Applies to

JobNavigation(String)

Initializes a new instance of the JobNavigation class.

public JobNavigation (string id = default);
new Microsoft.Azure.Management.Automation.Models.JobNavigation : string -> Microsoft.Azure.Management.Automation.Models.JobNavigation
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Id of the job associated with the software update configuration run

Applies to