CdnDeploymentRolloutStatus Struct

Definition

Deployment status of preview stage.

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

Constructors

Name Description
CdnDeploymentRolloutStatus(String)

Initializes a new instance of CdnDeploymentRolloutStatus.

Properties

Name Description
Failed

Gets the Failed.

InProgress

Gets the InProgress.

NotStarted

Gets the NotStarted.

Succeeded

Gets the Succeeded.

Methods

Name Description
Equals(CdnDeploymentRolloutStatus)

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(CdnDeploymentRolloutStatus, CdnDeploymentRolloutStatus)

Determines if two CdnDeploymentRolloutStatus values are the same.

Implicit(String to CdnDeploymentRolloutStatus)

Converts a string to a CdnDeploymentRolloutStatus.

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

Determines if two CdnDeploymentRolloutStatus values are not the same.

Applies to