你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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