PreflightOption Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET