AfdOriginGroupUpdatePropertiesParameters 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.AfdOriginGroupUpdatePropertiesParametersTypeConverter))]
public class AfdOriginGroupUpdatePropertiesParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdOriginGroupUpdatePropertiesParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdOriginGroupUpdatePropertiesParametersTypeConverter))>]
type AfdOriginGroupUpdatePropertiesParameters = class
interface IAfdOriginGroupUpdatePropertiesParameters
interface IJsonSerializable
Public Class AfdOriginGroupUpdatePropertiesParameters
Implements IAfdOriginGroupUpdatePropertiesParameters
- Inheritance
-
AfdOriginGroupUpdatePropertiesParameters
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AfdOriginGroupUpdatePropertiesParameters() |
Creates an new AfdOriginGroupUpdatePropertiesParameters instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AfdOriginGroupUpdatePropertiesParameters. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AfdOriginGroupUpdatePropertiesParameters. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdOriginGroupUpdatePropertiesParameters. |
| FromJsonString(String) |
Creates a new instance of AfdOriginGroupUpdatePropertiesParameters, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AfdOriginGroupUpdatePropertiesParameters into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |