FrontDoorDeploymentStatus Struct

Definition

public readonly struct FrontDoorDeploymentStatus : IEquatable<Azure.ResourceManager.Cdn.Models.FrontDoorDeploymentStatus>
type FrontDoorDeploymentStatus = struct
Public Structure FrontDoorDeploymentStatus
Implements IEquatable(Of FrontDoorDeploymentStatus)
Inheritance
FrontDoorDeploymentStatus
Implements

Constructors

Name Description
FrontDoorDeploymentStatus(String)

Initializes a new instance of FrontDoorDeploymentStatus.

Properties

Name Description
Failed

Gets the Failed.

InProgress

Gets the InProgress.

NotStarted

Gets the NotStarted.

Succeeded

Gets the Succeeded.

Methods

Name Description
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

Name Description
Equality(FrontDoorDeploymentStatus, FrontDoorDeploymentStatus)

Determines if two FrontDoorDeploymentStatus values are the same.

Implicit(String to FrontDoorDeploymentStatus)

Converts a string to a FrontDoorDeploymentStatus.

Implicit(String to Nullable<FrontDoorDeploymentStatus>)
Inequality(FrontDoorDeploymentStatus, FrontDoorDeploymentStatus)

Determines if two FrontDoorDeploymentStatus values are not the same.

Applies to