Delen via


PatchOperationStartedBy Struct

Definition

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