你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

ContinueDeploymentOnFailure
DefaultValidationOnly
None

Methods

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

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