次の方法で共有


IAfdOriginProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginPropertiesTypeConverter))]
public interface IAfdOriginProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdOriginUpdatePropertiesParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdStateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginPropertiesTypeConverter))>]
type IAfdOriginProperties = interface
    interface IJsonSerializable
    interface IAfdOriginUpdatePropertiesParameters
    interface IAfdStateProperties
Public Interface IAfdOriginProperties
Implements IAfdOriginUpdatePropertiesParameters, IAfdStateProperties
Derived
Attributes
Implements

Properties

AzureOriginId

Resource ID.

(Inherited from IAfdOriginUpdatePropertiesParameters)
DeploymentStatus (Inherited from IAfdStateProperties)
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.

(Inherited from IAfdOriginUpdatePropertiesParameters)
EnforceCertificateNameCheck

Whether to enable certificate name check at origin level

(Inherited from IAfdOriginUpdatePropertiesParameters)
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.

(Inherited from IAfdOriginUpdatePropertiesParameters)
HttpPort

The value of the HTTP port. Must be between 1 and 65535.

(Inherited from IAfdOriginUpdatePropertiesParameters)
HttpsPort

The value of the HTTPS port. Must be between 1 and 65535.

(Inherited from IAfdOriginUpdatePropertiesParameters)
OriginGroupName

The name of the origin group which contains this origin.

(Inherited from IAfdOriginUpdatePropertiesParameters)
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

(Inherited from IAfdOriginUpdatePropertiesParameters)
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

(Inherited from IAfdOriginUpdatePropertiesParameters)
PrivateLinkId

Resource ID.

(Inherited from IAfdOriginUpdatePropertiesParameters)
ProvisioningState

Provisioning status

(Inherited from IAfdStateProperties)
SharedPrivateLinkResourceGroupId

The group id from the provider of resource the shared private link resource is for.

(Inherited from IAfdOriginUpdatePropertiesParameters)
SharedPrivateLinkResourcePrivateLinkLocation

The location of the shared private link resource

(Inherited from IAfdOriginUpdatePropertiesParameters)
SharedPrivateLinkResourceRequestMessage

The request message for requesting approval of the shared private link resource.

(Inherited from IAfdOriginUpdatePropertiesParameters)
SharedPrivateLinkResourceStatus

Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout.

(Inherited from IAfdOriginUpdatePropertiesParameters)
Weight

Weight of the origin in given origin group for load balancing. Must be between 1 and 1000

(Inherited from IAfdOriginUpdatePropertiesParameters)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to