PatchOperationStartedBy 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.
Indicates if operation was triggered by user or by platform.
public readonly struct PatchOperationStartedBy : IEquatable<Azure.ResourceManager.HybridCompute.Models.PatchOperationStartedBy>
type PatchOperationStartedBy = struct
Public Structure PatchOperationStartedBy
Implements IEquatable(Of PatchOperationStartedBy)
- Inheritance
-
PatchOperationStartedBy
- Implements
Constructors
PatchOperationStartedBy(String) |
Initializes a new instance of PatchOperationStartedBy. |
Properties
Platform |
Platform. |
User |
User. |
Methods
Equals(PatchOperationStartedBy) |
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(PatchOperationStartedBy, PatchOperationStartedBy) |
Determines if two PatchOperationStartedBy values are the same. |
Implicit(String to PatchOperationStartedBy) |
Converts a String to a PatchOperationStartedBy. |
Inequality(PatchOperationStartedBy, PatchOperationStartedBy) |
Determines if two PatchOperationStartedBy values are not the same. |
Applies to
Azure SDK for .NET