다음을 통해 공유


HciAvailabilityType Struct

Definition

Indicates the way the update content can be downloaded.

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

Constructors

HciAvailabilityType(String)

Initializes a new instance of HciAvailabilityType.

Properties

Local

Local.

Notify

Notify.

Online

Online.

Methods

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

Equality(HciAvailabilityType, HciAvailabilityType)

Determines if two HciAvailabilityType values are the same.

Implicit(String to HciAvailabilityType)

Converts a string to a HciAvailabilityType.

Inequality(HciAvailabilityType, HciAvailabilityType)

Determines if two HciAvailabilityType values are not the same.

Applies to