AFDEndpoint 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
AFDEndpoint() |
Initializes a new instance of the AFDEndpoint class. |
AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String) |
Initializes a new instance of the AFDEndpoint class. |
AFDEndpoint()
Initializes a new instance of the AFDEndpoint class.
public AFDEndpoint ();
Public Sub New ()
Applies to
AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String)
Initializes a new instance of the AFDEndpoint class.
public AFDEndpoint (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.Cdn.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, int? originResponseTimeoutSeconds = default, string enabledState = default, string provisioningState = default, string deploymentStatus = default, string hostName = default);
new Microsoft.Azure.Management.Cdn.Models.AFDEndpoint : string * string * string * string * Microsoft.Azure.Management.Cdn.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Nullable<int> * string * string * string * string -> Microsoft.Azure.Management.Cdn.Models.AFDEndpoint
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional originResponseTimeoutSeconds As Nullable(Of Integer) = Nothing, Optional enabledState As String = Nothing, Optional provisioningState As String = Nothing, Optional deploymentStatus As String = Nothing, Optional hostName As String = Nothing)
Parameters
- location
- String
Resource location.
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
- tags
- IDictionary<String,String>
Resource 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'
- provisioningState
- String
Provisioning status. Possible values include: 'Succeeded', 'Failed', 'Updating', 'Deleting', 'Creating'
- deploymentStatus
- String
Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'
- hostName
- String
The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net
Applies to
Azure SDK for .NET