WindowsUpdateClassification 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 classification included in the software update configuration. A comma separated string with required values.
public readonly struct WindowsUpdateClassification : IEquatable<Azure.ResourceManager.Automation.Models.WindowsUpdateClassification>
type WindowsUpdateClassification = struct
Public Structure WindowsUpdateClassification
Implements IEquatable(Of WindowsUpdateClassification)
- Inheritance
-
WindowsUpdateClassification
- Implements
Constructors
WindowsUpdateClassification(String) |
Initializes a new instance of WindowsUpdateClassification. |
Properties
Critical |
Critical. |
Definition |
Definition. |
FeaturePack |
FeaturePack. |
Security |
Security. |
ServicePack |
ServicePack. |
Tools |
Tools. |
Unclassified |
Unclassified. |
UpdateRollup |
UpdateRollup. |
Updates |
Updates. |
Methods
Equals(WindowsUpdateClassification) |
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(WindowsUpdateClassification, WindowsUpdateClassification) |
Determines if two WindowsUpdateClassification values are the same. |
Implicit(String to WindowsUpdateClassification) |
Converts a string to a WindowsUpdateClassification. |
Inequality(WindowsUpdateClassification, WindowsUpdateClassification) |
Determines if two WindowsUpdateClassification values are not the same. |
Applies to
Azure SDK for .NET