AfdOriginGroup 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.
AFDOrigin group comprising of origins is used for load balancing to origins when the content cannot be served from Azure Front Door.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginGroupTypeConverter))]
public class AfdOriginGroup : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdOriginGroup, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.AfdOriginGroupTypeConverter))>]
type AfdOriginGroup = class
interface IAfdOriginGroup
interface IJsonSerializable
interface IResource
interface IValidates
interface IHeaderSerializable
Public Class AfdOriginGroup
Implements IAfdOriginGroup, IHeaderSerializable, IValidates
- Inheritance
-
AfdOriginGroup
- Attributes
- Implements
Constructors
AfdOriginGroup() |
Creates an new AfdOriginGroup instance. |
Properties
DeploymentStatus | |
HealthProbeSetting |
Health probe settings to the origin that is used to determine the health of the origin. |
Id |
Resource ID. |
LoadBalancingSetting |
Load balancing settings for a backend pool |
Location | |
Name |
Resource name. |
ProfileName |
The name of the profile which holds the origin group. |
ProvisioningState |
Provisioning status |
ResourceGroupName |
Gets the resource group name |
SessionAffinityState |
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled' |
SystemData |
Read only system data |
SystemDataCreatedAt |
The timestamp of resource creation (UTC) |
SystemDataCreatedBy |
An identifier for the identity that created the resource |
SystemDataCreatedByType |
The type of identity that created the resource |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
An identifier for the identity that last modified the resource |
SystemDataLastModifiedByType |
The type of identity that last modified the resource |
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. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AfdOriginGroup. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AfdOriginGroup. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IAfdOriginGroup. |
FromJsonString(String) |
Creates a new instance of AfdOriginGroup, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AfdOriginGroup into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Explicit Interface Implementations
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |