OriginGroup Class
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.
Origin 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 OriginGroup : Microsoft.Azure.Management.Cdn.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OriginGroup = class
inherit ProxyResource
Public Class OriginGroup
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
OriginGroup() |
Initializes a new instance of the OriginGroup class. |
OriginGroup(String, String, String, SystemData, HealthProbeParameters, IList<ResourceReference>, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String, String) |
Initializes a new instance of the OriginGroup class. |
Properties
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) |
Name |
Gets resource name. (Inherited from Resource) |
Origins |
Gets or sets the source of the content being delivered via CDN within given origin group. |
ProvisioningState |
Gets provisioning status of the origin group. |
ResourceState |
Gets resource status of the origin group. Possible values include: 'Creating', 'Active', 'Deleting' |
ResponseBasedOriginErrorDetectionSettings |
Gets or sets the JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported. |
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
Azure SDK for .NET