HybridRunbookWorker Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET