AFDOriginGroup Class

Definition

AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.

[Microsoft.Rest.Serialization.JsonTransformation]
public class AFDOriginGroup : Microsoft.Azure.Management.Cdn.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AFDOriginGroup = class
    inherit ProxyResource
Public Class AFDOriginGroup
Inherits ProxyResource
Inheritance
AFDOriginGroup
Attributes

Constructors

AFDOriginGroup()

Initializes a new instance of the AFDOriginGroup class.

AFDOriginGroup(String, String, String, SystemData, LoadBalancingSettingsParameters, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String, String, String)

Initializes a new instance of the AFDOriginGroup class.

Properties

DeploymentStatus

Gets possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'

HealthProbeSettings

Gets or sets health probe settings to the origin that is used to determine the health of the origin.

Id

Gets resource ID.

(Inherited from Resource)
LoadBalancingSettings

Gets or sets load balancing settings for a backend pool

Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'

ResponseBasedAfdOriginErrorDetectionSettings

Gets or sets the JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.

SessionAffinityState

Gets or sets whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'

SystemData (Inherited from Resource)
TrafficRestorationTimeToHealedOrNewEndpointsInMinutes

Gets or sets time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to