AFDEndpointUpdateParameters 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.
Properties required to create or update an endpoint.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AFDEndpointUpdateParameters : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AFDEndpointUpdateParameters = class
interface IResource
Public Class AFDEndpointUpdateParameters
Implements IResource
- Inheritance
-
AFDEndpointUpdateParameters
- Attributes
- Implements
Constructors
AFDEndpointUpdateParameters() |
Initializes a new instance of the AFDEndpointUpdateParameters class. |
AFDEndpointUpdateParameters(IDictionary<String,String>, Nullable<Int32>, String) |
Initializes a new instance of the AFDEndpointUpdateParameters class. |
Properties
EnabledState |
Gets or sets whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'. Possible values include: 'Enabled', 'Disabled' |
OriginResponseTimeoutSeconds |
Gets or sets send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. |
Tags |
Gets or sets endpoint tags. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET