PreflightOption Struct

Definition

The PreflightOption.

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

Constructors

PreflightOption(String)

Initializes a new instance of PreflightOption.

Properties

ContinueDeploymentOnFailure

ContinueDeploymentOnFailure.

DefaultValidationOnly

DefaultValidationOnly.

None

None.

Methods

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

Equality(PreflightOption, PreflightOption)

Determines if two PreflightOption values are the same.

Implicit(String to PreflightOption)

Converts a string to a PreflightOption.

Inequality(PreflightOption, PreflightOption)

Determines if two PreflightOption values are not the same.

Applies to