Partager via


AFDEndpoint Constructeurs

Définition

Surcharges

AFDEndpoint()

Initialise une nouvelle instance de la classe AFDEndpoint.

AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String)

Initialise une nouvelle instance de la classe AFDEndpoint.

AFDEndpoint()

Initialise une nouvelle instance de la classe AFDEndpoint.

public AFDEndpoint ();
Public Sub New ()

S’applique à

AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String)

Initialise une nouvelle instance de la classe AFDEndpoint.

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)

Paramètres

location
String

Emplacement de la ressource.

id
String

ID de la ressource

name
String

Nom de la ressource.

type
String

Type de ressource.

systemData
SystemData
tags
IDictionary<String,String>

Balises de ressource.

originResponseTimeoutSeconds
Nullable<Int32>

Envoyer et recevoir le délai d’expiration de la demande de transfert vers l’origine. Lorsque le délai d’expiration est atteint, la demande échoue et retourne.

enabledState
String

Indique s’il faut activer l’utilisation de cette route. Les valeurs autorisées sont « Enabled » ou « Disabled ». Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

provisioningState
String

Approvisionnement status. Les valeurs possibles sont les suivantes : « Succeeded », « Failed », « Updating », « Deleting », « Creating »

deploymentStatus
String

Les valeurs possibles sont les suivantes : « NotStarted », « InProgress », « Succeeded », « Failed »

hostName
String

Nom d’hôte du point de terminaison structuré en tant que {endpointName}. {DNSZone}, par exemple contoso.azureedge.net

S’applique à