LinuxUpdateClassification 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.
Update classifications included in the software update configuration.
public readonly struct LinuxUpdateClassification : IEquatable<Azure.ResourceManager.Automation.Models.LinuxUpdateClassification>
type LinuxUpdateClassification = struct
Public Structure LinuxUpdateClassification
Implements IEquatable(Of LinuxUpdateClassification)
- Inheritance
-
LinuxUpdateClassification
- Implements
Constructors
| Name | Description |
|---|---|
| LinuxUpdateClassification(String) |
Initializes a new instance of LinuxUpdateClassification. |
Properties
| Name | Description |
|---|---|
| Critical |
Critical. |
| Other |
Other. |
| Security |
Security. |
| Unclassified |
Unclassified. |
Methods
| Name | Description |
|---|---|
| Equals(LinuxUpdateClassification) |
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(LinuxUpdateClassification, LinuxUpdateClassification) |
Determines if two LinuxUpdateClassification values are the same. |
| Implicit(String to LinuxUpdateClassification) |
Converts a String to a LinuxUpdateClassification. |
| Inequality(LinuxUpdateClassification, LinuxUpdateClassification) |
Determines if two LinuxUpdateClassification values are not the same. |