PushInstallerDetails 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
PushInstallerDetails() |
Initializes a new instance of the PushInstallerDetails class. |
PushInstallerDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>) |
Initializes a new instance of the PushInstallerDetails class. |
PushInstallerDetails()
Initializes a new instance of the PushInstallerDetails class.
public PushInstallerDetails ();
Public Sub New ()
Applies to
PushInstallerDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>)
Initializes a new instance of the PushInstallerDetails class.
public PushInstallerDetails (string id = default, string name = default, string biosId = default, string fabricObjectId = default, string fqdn = default, string version = default, DateTime? lastHeartbeatUtc = default, string health = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> healthErrors = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PushInstallerDetails : string * string * string * string * string * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HealthError> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PushInstallerDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As String = Nothing, Optional fqdn As String = Nothing, Optional version As String = Nothing, Optional lastHeartbeatUtc As Nullable(Of DateTime) = Nothing, Optional health As String = Nothing, Optional healthErrors As IList(Of HealthError) = Nothing)
Parameters
- id
- String
The push installer Id.
- name
- String
The push installer name.
- biosId
- String
The push installer Bios Id.
- fabricObjectId
- String
The fabric object Id.
- fqdn
- String
The push installer Fqdn.
- version
- String
The version.
- health
- String
The health of the push installer. Possible values include: 'None', 'Normal', 'Warning', 'Critical'
- healthErrors
- IList<HealthError>
The health errors.