UpdatesAvailable Struct

Definition

Yes if updates are available for the system services, No if not.

public readonly struct UpdatesAvailable : IEquatable<Azure.ResourceManager.MachineLearningCompute.Models.UpdatesAvailable>
type UpdatesAvailable = struct
Public Structure UpdatesAvailable
Implements IEquatable(Of UpdatesAvailable)
Inheritance
UpdatesAvailable
Implements

Constructors

UpdatesAvailable(String)

Initializes a new instance of UpdatesAvailable.

Properties

No

No.

Yes

Yes.

Methods

Equals(UpdatesAvailable)

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(UpdatesAvailable, UpdatesAvailable)

Determines if two UpdatesAvailable values are the same.

Implicit(String to UpdatesAvailable)

Converts a string to a UpdatesAvailable.

Inequality(UpdatesAvailable, UpdatesAvailable)

Determines if two UpdatesAvailable values are not the same.

Applies to