ArmApplicationDeploymentMode 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 deployment mode.
public readonly struct ArmApplicationDeploymentMode : IEquatable<Azure.ResourceManager.Resources.Models.ArmApplicationDeploymentMode>
type ArmApplicationDeploymentMode = struct
Public Structure ArmApplicationDeploymentMode
Implements IEquatable(Of ArmApplicationDeploymentMode)
- Inheritance
-
ArmApplicationDeploymentMode
- Implements
Constructors
ArmApplicationDeploymentMode(String) |
Initializes a new instance of ArmApplicationDeploymentMode. |
Properties
Complete |
Complete. |
Incremental |
Incremental. |
NotSpecified |
NotSpecified. |
Methods
Equals(ArmApplicationDeploymentMode) |
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(ArmApplicationDeploymentMode, ArmApplicationDeploymentMode) |
Determines if two ArmApplicationDeploymentMode values are the same. |
Implicit(String to ArmApplicationDeploymentMode) |
Converts a string to a ArmApplicationDeploymentMode. |
Inequality(ArmApplicationDeploymentMode, ArmApplicationDeploymentMode) |
Determines if two ArmApplicationDeploymentMode values are not the same. |
Applies to
Azure SDK for .NET