EnterpriseGradeCdnStatus Struct

Definition

State indicating the status of the enterprise grade CDN serving traffic to the static web app.

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

Constructors

EnterpriseGradeCdnStatus(String)

Initializes a new instance of EnterpriseGradeCdnStatus.

Properties

Disabled

Disabled.

Disabling

Disabling.

Enabled

Enabled.

Enabling

Enabling.

Methods

Equals(EnterpriseGradeCdnStatus)

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

Determines if two EnterpriseGradeCdnStatus values are the same.

Implicit(String to EnterpriseGradeCdnStatus)

Converts a string to a EnterpriseGradeCdnStatus.

Inequality(EnterpriseGradeCdnStatus, EnterpriseGradeCdnStatus)

Determines if two EnterpriseGradeCdnStatus values are not the same.

Applies to