PushInstallerDetails Class
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.
Push installer details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.PushInstallerDetailsTypeConverter))]
public class PushInstallerDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IPushInstallerDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.PushInstallerDetailsTypeConverter))>]
type PushInstallerDetails = class
interface IPushInstallerDetails
interface IJsonSerializable
Public Class PushInstallerDetails
Implements IPushInstallerDetails
- Inheritance
-
PushInstallerDetails
- Attributes
- Implements
Constructors
PushInstallerDetails() |
Creates an new PushInstallerDetails instance. |
Properties
BiosId |
The push installer Bios Id. |
FabricObjectId |
The fabric object Id. |
Fqdn |
The push installer Fqdn. |
Health |
The health of the push installer. |
HealthError |
The health errors. |
Id |
The push installer Id. |
LastHeartbeatUtc |
The last heartbeat received from the push installer. |
Name |
The push installer name. |
Version |
The version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PushInstallerDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PushInstallerDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IPushInstallerDetails. |
FromJsonString(String) |
Creates a new instance of PushInstallerDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PushInstallerDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |