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
| Name | Description |
|---|---|
| PreflightOption(String) |
Initializes a new instance of PreflightOption. |
Properties
| Name | Description |
|---|---|
| ContinueDeploymentOnFailure |
ContinueDeploymentOnFailure. |
| DefaultValidationOnly |
DefaultValidationOnly. |
| None |
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 PreflightOption) |
Converts a String to a PreflightOption. |
| Inequality(PreflightOption, PreflightOption) |
Determines if two PreflightOption values are not the same. |