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

AFDEndpoint 类

定义

CDN 终结点是 CDN 配置文件中的实体,其中包含源、协议、内容缓存和传递行为等配置信息。 AzureFrontDoor 终结点使用 URL 格式 <endpointname.azureedge.net>。

[Microsoft.Rest.Serialization.JsonTransformation]
public class AFDEndpoint : Microsoft.Azure.Management.Cdn.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AFDEndpoint = class
    inherit TrackedResource
Public Class AFDEndpoint
Inherits TrackedResource
继承
属性

构造函数

AFDEndpoint()

初始化 AFDEndpoint 类的新实例。

AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String)

初始化 AFDEndpoint 类的新实例。

属性

DeploymentStatus

获取可能的值包括:“NotStarted”、“InProgress”、“Succeeded”、“Failed”

EnabledState

获取或设置是否启用此规则。 允许的值为“Enabled”或“Disabled”。 可能的值包括:“Enabled”、“Disabled”

HostName

获取构造为 {endpointName} 的终结点的主机名。{DNSZone},例如 contoso.azureedge.net

Id

获取资源 ID。

(继承自 Resource)
Location

获取或设置资源位置。

(继承自 TrackedResource)
Name

获取资源名称。

(继承自 Resource)
OriginResponseTimeoutSeconds

获取或设置将请求转发到源时的发送和接收超时。 达到超时时,请求将失败并返回。

ProvisioningState

获取预配状态。 可能的值包括:“Succeeded”、“Failed”、“Updating”、“Deleting”、“Creating”

SystemData

CDN 终结点是 CDN 配置文件中的实体,其中包含源、协议、内容缓存和传递行为等配置信息。 AzureFrontDoor 终结点使用 URL 格式 <endpointname.azureedge.net>。

(继承自 Resource)
Tags

获取或设置资源标记。

(继承自 TrackedResource)
Type

获取资源类型。

(继承自 Resource)

方法

Validate()

验证 对象。

适用于