AFDEndpointUpdateParameters Constructors

Definition

Overloads

AFDEndpointUpdateParameters()

Initializes a new instance of the AFDEndpointUpdateParameters class.

AFDEndpointUpdateParameters(IDictionary<String,String>, Nullable<Int32>, String)

Initializes a new instance of the AFDEndpointUpdateParameters class.

AFDEndpointUpdateParameters()

Initializes a new instance of the AFDEndpointUpdateParameters class.

public AFDEndpointUpdateParameters ();
Public Sub New ()

Applies to

AFDEndpointUpdateParameters(IDictionary<String,String>, Nullable<Int32>, String)

Initializes a new instance of the AFDEndpointUpdateParameters class.

public AFDEndpointUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, int? originResponseTimeoutSeconds = default, string enabledState = default);
new Microsoft.Azure.Management.Cdn.Models.AFDEndpointUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Nullable<int> * string -> Microsoft.Azure.Management.Cdn.Models.AFDEndpointUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional originResponseTimeoutSeconds As Nullable(Of Integer) = Nothing, Optional enabledState As String = Nothing)

Parameters

tags
IDictionary<String,String>

Endpoint tags.

originResponseTimeoutSeconds
Nullable<Int32>

Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.

enabledState
String

Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled'

Applies to