VmGuestPatchClassificationForLinux 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.
public readonly struct VmGuestPatchClassificationForLinux : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux>
type VmGuestPatchClassificationForLinux = struct
Public Structure VmGuestPatchClassificationForLinux
Implements IEquatable(Of VmGuestPatchClassificationForLinux)
- Inheritance
-
VmGuestPatchClassificationForLinux
- Implements
Constructors
| Name | Description |
|---|---|
| VmGuestPatchClassificationForLinux(String) |
Initializes a new instance of VmGuestPatchClassificationForLinux. |
Properties
| Name | Description |
|---|---|
| Critical |
Gets the Critical. |
| Other |
Gets the Other. |
| Security |
Gets the Security. |
Methods
| Name | Description |
|---|---|
| Equals(VmGuestPatchClassificationForLinux) |
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(VmGuestPatchClassificationForLinux, VmGuestPatchClassificationForLinux) |
Determines if two VmGuestPatchClassificationForLinux values are the same. |
| Implicit(String to Nullable<VmGuestPatchClassificationForLinux>) | |
| Implicit(String to VmGuestPatchClassificationForLinux) |
Converts a string to a VmGuestPatchClassificationForLinux. |
| Inequality(VmGuestPatchClassificationForLinux, VmGuestPatchClassificationForLinux) |
Determines if two VmGuestPatchClassificationForLinux values are not the same. |