AfdOriginGroupProperties 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 JSON object that contains the properties of the origin group.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginGroupPropertiesTypeConverter))]
public class AfdOriginGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdOriginGroupProperties, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginGroupPropertiesTypeConverter))>]
type AfdOriginGroupProperties = class
interface IAfdOriginGroupProperties
interface IJsonSerializable
interface IAfdOriginGroupUpdatePropertiesParameters
interface IAfdStateProperties
interface IValidates
Public Class AfdOriginGroupProperties
Implements IAfdOriginGroupProperties, IValidates
- Inheritance
-
AfdOriginGroupProperties
- Attributes
- Implements
Constructors
AfdOriginGroupProperties() |
Creates an new AfdOriginGroupProperties instance. |
Properties
DeploymentStatus | |
HealthProbeSetting |
Health probe settings to the origin that is used to determine the health of the origin. |
LoadBalancingSetting |
Load balancing settings for a backend pool |
ProfileName |
The name of the profile which holds the origin group. |
ProvisioningState |
Provisioning status |
SessionAffinityState |
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' |
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 AfdOriginGroupProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AfdOriginGroupProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdOriginGroupProperties. |
FromJsonString(String) |
Creates a new instance of AfdOriginGroupProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AfdOriginGroupProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |