AFDEndpoint Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AFDEndpoint() |
Inicializa uma nova instância da classe AFDEndpoint. |
AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String) |
Inicializa uma nova instância da classe AFDEndpoint. |
AFDEndpoint()
Inicializa uma nova instância da classe AFDEndpoint.
public AFDEndpoint ();
Public Sub New ()
Aplica-se a
AFDEndpoint(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<Int32>, String, String, String, String)
Inicializa uma nova instância da 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)
Parâmetros
- location
- String
Local do recurso.
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
- systemData
- SystemData
- tags
- IDictionary<String,String>
Marcas de recurso.
Enviar e receber tempo limite na solicitação de encaminhamento para a origem. Quando o tempo limite é atingido, a solicitação falha e retorna.
- enabledState
- String
Se deseja habilitar o uso dessa regra. Os valores permitidos são "Habilitado" ou "Desabilitado". Os valores possíveis incluem: 'Enabled', 'Disabled'
- provisioningState
- String
Status de provisionamento. Os valores possíveis incluem: 'Êxito', 'Falha', 'Atualizando', 'Excluindo', 'Criando'
- deploymentStatus
- String
Os valores possíveis incluem: 'NotStarted', 'InProgress', 'Succeeded', 'Failed'
- hostName
- String
O nome do host do ponto de extremidade estruturado como {endpointName}. {DNSZone}, por exemplo, contoso.azureedge.net
Aplica-se a
Azure SDK for .NET