InstallationImpact Struct
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.
Impact of Installing an updateType.
public readonly struct InstallationImpact : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.InstallationImpact>
type InstallationImpact = struct
Public Structure InstallationImpact
Implements IEquatable(Of InstallationImpact)
- Inheritance
-
InstallationImpact
- Implements
Constructors
InstallationImpact(String) |
Initializes a new instance of InstallationImpact. |
Properties
DeviceRebooted |
DeviceRebooted. |
KubernetesWorkloadsDown |
KubernetesWorkloadsDown. |
None |
None. |
Methods
Equals(InstallationImpact) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(InstallationImpact, InstallationImpact) |
Determines if two InstallationImpact values are the same. |
Implicit(String to InstallationImpact) |
Converts a string to a InstallationImpact. |
Inequality(InstallationImpact, InstallationImpact) |
Determines if two InstallationImpact values are not the same. |
Applies to
Azure SDK for .NET