Share via


HybridRunbookWorker Constructors

Definition

Overloads

HybridRunbookWorker()

Initializes a new instance of the HybridRunbookWorker class.

HybridRunbookWorker(String, String, DateTimeOffset, DateTimeOffset)

Initializes a new instance of the HybridRunbookWorker class.

HybridRunbookWorker()

Initializes a new instance of the HybridRunbookWorker class.

public HybridRunbookWorker ();
Public Sub New ()

Applies to

HybridRunbookWorker(String, String, DateTimeOffset, DateTimeOffset)

Initializes a new instance of the HybridRunbookWorker class.

public HybridRunbookWorker (string name = default, string ip = default, DateTimeOffset registrationTime = default, DateTimeOffset lastSeenDateTime = default);
new Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker : string * string * DateTimeOffset * DateTimeOffset -> Microsoft.Azure.Management.Automation.Models.HybridRunbookWorker
Public Sub New (Optional name As String = Nothing, Optional ip As String = Nothing, Optional registrationTime As DateTimeOffset = Nothing, Optional lastSeenDateTime As DateTimeOffset = Nothing)

Parameters

name
String

Gets or sets the worker machine name.

ip
String

Gets or sets the assigned machine IP address.

registrationTime
DateTimeOffset

Gets or sets the registration time of the worker machine.

lastSeenDateTime
DateTimeOffset

Last Heartbeat from the Worker

Applies to