TemplateDeploymentPreflightOption 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 preflight options.
public readonly struct TemplateDeploymentPreflightOption : IEquatable<Azure.ResourceManager.ProviderHub.Models.TemplateDeploymentPreflightOption>
type TemplateDeploymentPreflightOption = struct
Public Structure TemplateDeploymentPreflightOption
Implements IEquatable(Of TemplateDeploymentPreflightOption)
- Inheritance
-
TemplateDeploymentPreflightOption
- Implements
Constructors
| Name | Description |
|---|---|
| TemplateDeploymentPreflightOption(String) |
Initializes a new instance of TemplateDeploymentPreflightOption. |
Properties
| Name | Description |
|---|---|
| DeploymentRequests |
Gets the DeploymentRequests. |
| None |
Gets the None. |
| RegisteredOnly |
Gets the RegisteredOnly. |
| TestOnly |
Gets the TestOnly. |
| ValidationRequests |
Gets the ValidationRequests. |
Methods
| Name | Description |
|---|---|
| Equals(TemplateDeploymentPreflightOption) |
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(TemplateDeploymentPreflightOption, TemplateDeploymentPreflightOption) |
Determines if two TemplateDeploymentPreflightOption values are the same. |
| Implicit(String to Nullable<TemplateDeploymentPreflightOption>) | |
| Implicit(String to TemplateDeploymentPreflightOption) |
Converts a string to a TemplateDeploymentPreflightOption. |
| Inequality(TemplateDeploymentPreflightOption, TemplateDeploymentPreflightOption) |
Determines if two TemplateDeploymentPreflightOption values are not the same. |