AFDOriginGroup Constructors
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.
Overloads
AFDOriginGroup() |
Initializes a new instance of the AFDOriginGroup class. |
AFDOriginGroup(String, String, String, SystemData, LoadBalancingSettingsParameters, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String, String, String) |
Initializes a new instance of the AFDOriginGroup class. |
AFDOriginGroup()
Initializes a new instance of the AFDOriginGroup class.
public AFDOriginGroup ();
Public Sub New ()
Applies to
AFDOriginGroup(String, String, String, SystemData, LoadBalancingSettingsParameters, HealthProbeParameters, Nullable<Int32>, ResponseBasedOriginErrorDetectionParameters, String, String, String)
Initializes a new instance of the AFDOriginGroup class.
public AFDOriginGroup (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, Microsoft.Azure.Management.Cdn.Models.LoadBalancingSettingsParameters loadBalancingSettings = default, Microsoft.Azure.Management.Cdn.Models.HealthProbeParameters healthProbeSettings = default, int? trafficRestorationTimeToHealedOrNewEndpointsInMinutes = default, Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings = default, string sessionAffinityState = default, string provisioningState = default, string deploymentStatus = default);
new Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup : string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * Microsoft.Azure.Management.Cdn.Models.LoadBalancingSettingsParameters * Microsoft.Azure.Management.Cdn.Models.HealthProbeParameters * Nullable<int> * Microsoft.Azure.Management.Cdn.Models.ResponseBasedOriginErrorDetectionParameters * string * string * string -> Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional loadBalancingSettings As LoadBalancingSettingsParameters = Nothing, Optional healthProbeSettings As HealthProbeParameters = Nothing, Optional trafficRestorationTimeToHealedOrNewEndpointsInMinutes As Nullable(Of Integer) = Nothing, Optional responseBasedAfdOriginErrorDetectionSettings As ResponseBasedOriginErrorDetectionParameters = Nothing, Optional sessionAffinityState As String = Nothing, Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
- loadBalancingSettings
- LoadBalancingSettingsParameters
Load balancing settings for a backend pool
- healthProbeSettings
- HealthProbeParameters
Health probe settings to the origin that is used to determine the health of the origin.
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.
- responseBasedAfdOriginErrorDetectionSettings
- ResponseBasedOriginErrorDetectionParameters
The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.
- sessionAffinityState
- String
Whether to allow session affinity on this host. Valid options are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'
- provisioningState
- String
Provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'
- deploymentStatus
- String
Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'
Applies to
Azure SDK for .NET