AFDEndpointUpdateParameters 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
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.
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
Azure SDK for .NET