Share via


FrontDoorDeploymentStatus Struct

Definition

The FrontDoorDeploymentStatus. Serialized Name: DeploymentStatus

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 Serialized Name: DeploymentStatus.Failed

InProgress

InProgress Serialized Name: DeploymentStatus.InProgress

NotStarted

NotStarted Serialized Name: DeploymentStatus.NotStarted

Succeeded

Succeeded Serialized Name: DeploymentStatus.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