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