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