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
| Name | Description |
|---|---|
| InstallationImpact(String) |
Initializes a new instance of InstallationImpact. |
Properties
| Name | Description |
|---|---|
| DeviceRebooted |
DeviceRebooted. |
| KubernetesWorkloadsDown |
KubernetesWorkloadsDown. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |