PreflightOption Struct

Definition

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

Constructors

Name Description
PreflightOption(String)

Initializes a new instance of PreflightOption.

Properties

Name Description
ContinueDeploymentOnFailure

Gets the ContinueDeploymentOnFailure.

DefaultValidationOnly

Gets the DefaultValidationOnly.

None

Gets the None.

Methods

Name Description
Equals(PreflightOption)

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

Determines if two PreflightOption values are the same.

Implicit(String to Nullable<PreflightOption>)
Implicit(String to PreflightOption)

Converts a string to a PreflightOption.

Inequality(PreflightOption, PreflightOption)

Determines if two PreflightOption values are not the same.

Applies to