PatchServiceUsed 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.
Specifies the patch service used for the operation.
public readonly struct PatchServiceUsed : IEquatable<Azure.ResourceManager.HybridCompute.Models.PatchServiceUsed>
type PatchServiceUsed = struct
Public Structure PatchServiceUsed
Implements IEquatable(Of PatchServiceUsed)
- Inheritance
-
PatchServiceUsed
- Implements
Constructors
PatchServiceUsed(String) |
Initializes a new instance of PatchServiceUsed. |
Properties
Apt |
APT. |
Unknown |
Unknown. |
WU |
WU. |
WUWsus |
WU_WSUS. |
Yum |
YUM. |
Zypper |
Zypper. |
Methods
Equals(PatchServiceUsed) |
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(PatchServiceUsed, PatchServiceUsed) |
Determines if two PatchServiceUsed values are the same. |
Implicit(String to PatchServiceUsed) |
Converts a String to a PatchServiceUsed. |
Inequality(PatchServiceUsed, PatchServiceUsed) |
Determines if two PatchServiceUsed values are not the same. |
Applies to
Azure SDK for .NET