你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IAfdOrigin Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginTypeConverter))]
public interface IAfdOrigin : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginTypeConverter))>]
type IAfdOrigin = interface
interface IJsonSerializable
interface IResource
Public Interface IAfdOrigin
Implements IResource
- Derived
- Attributes
- Implements
Properties
AzureOriginId |
Resource ID. |
DeploymentStatus | |
EnabledState |
Whether to enable health probes to be made against backends defined under backendPools. Health probes can only be disabled if there is a single enabled backend in single enabled backend pool. |
EnforceCertificateNameCheck |
Whether to enable certificate name check at origin level |
HostName |
The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint. |
HttpPort |
The value of the HTTP port. Must be between 1 and 65535. |
HttpsPort |
The value of the HTTPS port. Must be between 1 and 65535. |
Id |
Resource ID. (Inherited from IResource) |
Location | |
Name |
Resource name. (Inherited from IResource) |
OriginGroupName |
The name of the origin group which contains this origin. |
OriginHostHeader |
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure Front Door origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint |
Priority |
Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5 |
PrivateLinkId |
Resource ID. |
ProvisioningState |
Provisioning status |
SharedPrivateLinkResourceGroupId |
The group id from the provider of resource the shared private link resource is for. |
SharedPrivateLinkResourcePrivateLinkLocation |
The location of the shared private link resource |
SharedPrivateLinkResourceRequestMessage |
The request message for requesting approval of the shared private link resource. |
SharedPrivateLinkResourceStatus |
Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC) (Inherited from IResource) |
SystemDataCreatedBy |
An identifier for the identity that created the resource (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
An identifier for the identity that last modified the resource (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource (Inherited from IResource) |
Type |
Resource type. (Inherited from IResource) |
Weight |
Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |