DeepCreatedOriginGroup 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.
The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.DeepCreatedOriginGroupTypeConverter))]
public class DeepCreatedOriginGroup : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.DeepCreatedOriginGroupTypeConverter))>]
type DeepCreatedOriginGroup = class
interface IDeepCreatedOriginGroup
interface IJsonSerializable
Public Class DeepCreatedOriginGroup
Implements IDeepCreatedOriginGroup
- Inheritance
-
DeepCreatedOriginGroup
- Attributes
- Implements
Constructors
DeepCreatedOriginGroup() |
Creates an new DeepCreatedOriginGroup instance. |
Properties
HealthProbeSetting |
Health probe settings to the origin that is used to determine the health of the origin. |
Name |
Origin group name which must be unique within the endpoint. |
Origin |
The source of the content being delivered via CDN within given origin group. |
ResponseBasedOriginErrorDetectionSetting |
The JSON object that contains the properties to determine origin health using real requests/responses.This property is currently not supported. |
TrafficRestorationTimeToHealedOrNewEndpointsInMinute |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeepCreatedOriginGroup. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeepCreatedOriginGroup. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup. |
FromJsonString(String) |
Creates a new instance of DeepCreatedOriginGroup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeepCreatedOriginGroup into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |