PreflightOption Struct

Definition

Argument completer implementation for PreflightOption.

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

Fields

Name Description
ContinueDeploymentOnFailure
DefaultValidationOnly
None

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Object)

Compares values of enum type PreflightOption (override for Object)

Equals(PreflightOption)

Compares values of enum type PreflightOption

GetHashCode()

Returns hashCode for enum PreflightOption

ToString()

Returns string representation for PreflightOption

Operators

Name Description
Equality(PreflightOption, PreflightOption)

Overriding == operator for enum PreflightOption

Implicit(PreflightOption to String)

Implicit operator to convert PreflightOption to string

Implicit(String to PreflightOption)

Implicit operator to convert string to PreflightOption

Inequality(PreflightOption, PreflightOption)

Overriding != operator for enum PreflightOption

Applies to