VmGuestPatchClassificationWindow 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.
The VmGuestPatchClassificationWindow.
public readonly struct VmGuestPatchClassificationWindow : IEquatable<Azure.ResourceManager.HybridCompute.Models.VmGuestPatchClassificationWindow>
type VmGuestPatchClassificationWindow = struct
Public Structure VmGuestPatchClassificationWindow
Implements IEquatable(Of VmGuestPatchClassificationWindow)
- Inheritance
-
VmGuestPatchClassificationWindow
- Implements
Constructors
| Name | Description |
|---|---|
| VmGuestPatchClassificationWindow(String) |
Initializes a new instance of VmGuestPatchClassificationWindow. |
Properties
| Name | Description |
|---|---|
| Critical |
Critical. |
| Definition |
Definition. |
| FeaturePack |
FeaturePack. |
| Security |
Security. |
| ServicePack |
ServicePack. |
| Tools |
Tools. |
| UpdateRollUp |
UpdateRollUp. |
| Updates |
Updates. |
Methods
| Name | Description |
|---|---|
| Equals(VmGuestPatchClassificationWindow) |
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(VmGuestPatchClassificationWindow, VmGuestPatchClassificationWindow) |
Determines if two VmGuestPatchClassificationWindow values are the same. |
| Implicit(String to VmGuestPatchClassificationWindow) |
Converts a String to a VmGuestPatchClassificationWindow. |
| Inequality(VmGuestPatchClassificationWindow, VmGuestPatchClassificationWindow) |
Determines if two VmGuestPatchClassificationWindow values are not the same. |