Share via


AvailabilityType Struct

Definition

Indicates the way the update content can be downloaded.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.AvailabilityTypeTypeConverter))]
public struct AvailabilityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.AvailabilityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.AvailabilityTypeTypeConverter))>]
type AvailabilityType = struct
    interface IArgumentCompleter
Public Structure AvailabilityType
Implements IArgumentCompleter, IEquatable(Of AvailabilityType)
Inheritance
AvailabilityType
Attributes
Implements

Fields

Local
Notify
Online

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AvailabilityType)

Compares values of enum type AvailabilityType

Equals(Object)

Compares values of enum type AvailabilityType (override for Object)

GetHashCode()

Returns hashCode for enum AvailabilityType

ToString()

Returns string representation for AvailabilityType

Operators

Equality(AvailabilityType, AvailabilityType)

Overriding == operator for enum AvailabilityType

Implicit(AvailabilityType to String)

Implicit operator to convert AvailabilityType to string

Implicit(String to AvailabilityType)

Implicit operator to convert string to AvailabilityType

Inequality(AvailabilityType, AvailabilityType)

Overriding != operator for enum AvailabilityType

Applies to