Dela via


FrontDoorDeploymentStatus Struct

Definition

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