다음을 통해 공유


IAfdOriginGroupUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdOriginGroupUpdateParametersTypeConverter))]
public interface IAfdOriginGroupUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdOriginGroupUpdateParametersTypeConverter))>]
type IAfdOriginGroupUpdateParameters = interface
    interface IJsonSerializable
Public Interface IAfdOriginGroupUpdateParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AuthenticationScope

The scope used when requesting token from Microsoft Entra. For example, for Azure Blob Storage, scope could be "https://storage.azure.com/.default".

AuthenticationType

The type of the authentication for the origin.

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.

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.

UserAssignedIdentityId

Resource ID.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to