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
LinuxUpdateClassification(String) |
Initializes a new instance of LinuxUpdateClassification. |
Properties
Critical |
Critical. |
Other |
Other. |
Security |
Security. |
Unclassified |
Unclassified. |
Methods
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
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. |
Applies to
Azure SDK for .NET