TemplateDeploymentCapability 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 TemplateDeploymentCapability.
public readonly struct TemplateDeploymentCapability : IEquatable<Azure.ResourceManager.ProviderHub.Models.TemplateDeploymentCapability>
type TemplateDeploymentCapability = struct
Public Structure TemplateDeploymentCapability
Implements IEquatable(Of TemplateDeploymentCapability)
- Inheritance
-
TemplateDeploymentCapability
- Implements
Constructors
TemplateDeploymentCapability(String) |
Initializes a new instance of TemplateDeploymentCapability. |
Properties
Default |
Default. |
Preflight |
Preflight. |
Methods
Equals(TemplateDeploymentCapability) |
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(TemplateDeploymentCapability, TemplateDeploymentCapability) |
Determines if two TemplateDeploymentCapability values are the same. |
Implicit(String to TemplateDeploymentCapability) |
Converts a string to a TemplateDeploymentCapability. |
Inequality(TemplateDeploymentCapability, TemplateDeploymentCapability) |
Determines if two TemplateDeploymentCapability values are not the same. |