Udostępnij przez


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

Name Description
FrontDoorDeploymentStatus(String)

Initializes a new instance of FrontDoorDeploymentStatus.

Properties

Name Description
Failed

Failed.

InProgress

InProgress.

NotStarted

NotStarted.

Succeeded

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.

Inequality(FrontDoorDeploymentStatus, FrontDoorDeploymentStatus)

Determines if two FrontDoorDeploymentStatus values are not the same.

Applies to