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