Compartir a través de


OriginGroupProperties Class

Definition

The JSON object that contains the properties of the origin group.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.OriginGroupPropertiesTypeConverter))]
public class OriginGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IOriginGroupProperties, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.OriginGroupPropertiesTypeConverter))>]
type OriginGroupProperties = class
    interface IOriginGroupProperties
    interface IJsonSerializable
    interface IOriginGroupUpdatePropertiesParameters
    interface IValidates
Public Class OriginGroupProperties
Implements IOriginGroupProperties, IValidates
Inheritance
OriginGroupProperties
Attributes
Implements

Constructors

OriginGroupProperties()

Creates an new OriginGroupProperties instance.

Properties

HealthProbeSetting

Health probe settings to the origin that is used to determine the health of the origin.

Origin

The source of the content being delivered via CDN within given origin group.

ProvisioningState

Provisioning status of the origin group.

ResourceState

Resource status of the 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 OriginGroupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OriginGroupProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IOriginGroupProperties.

FromJsonString(String)

Creates a new instance of OriginGroupProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OriginGroupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to