HciAvailabilityType Struct

Definition

Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification.

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

Constructors

Name Description
HciAvailabilityType(String)

Initializes a new instance of HciAvailabilityType.

Properties

Name Description
Local

The update content is available locally within the environment.

Notify

The system will notify the user when update content becomes available.

Online

The update content is available from an online source.

Methods

Name Description
Equals(HciAvailabilityType)

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

Determines if two HciAvailabilityType values are the same.

Implicit(String to HciAvailabilityType)

Converts a string to a HciAvailabilityType.

Implicit(String to Nullable<HciAvailabilityType>)
Inequality(HciAvailabilityType, HciAvailabilityType)

Determines if two HciAvailabilityType values are not the same.

Applies to