GatewayHostnameConfigurationContract interface
Dettagli di configurazione del nome host del gateway.
- Extends
Proprietà
certificate |
Identificatore dell'entità Certificate che verrà usata per la definizione della connessione TLS |
hostname | Valore del nome host. Supporta un nome di dominio valido, un carattere jolly parziale o completo |
http2Enabled | Specifica se HTTP/2.0 è supportato |
negotiate |
Determina se il gateway richiede il certificato client |
tls10Enabled | Specifica se TLS 1.0 è supportato |
tls11Enabled | Specifica se TLS 1.1 è supportato |
Proprietà ereditate
id | ID risorsa completo per la risorsa. Ad esempio - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTA: questa proprietà non verrà serializzata. Può essere popolato solo dal server. |
name | Nome della risorsa NOTA: questa proprietà non verrà serializzata. Può essere popolato solo dal server. |
type | Tipo della risorsa. Ad esempio, "Microsoft.Compute/virtualMachines" o "Microsoft.Storage/storageAccounts" NOTA: questa proprietà non verrà serializzata. Può essere popolato solo dal server. |
Dettagli proprietà
certificateId
Identificatore dell'entità Certificate che verrà usata per la definizione della connessione TLS
certificateId?: string
Valore della proprietà
string
hostname
Valore del nome host. Supporta un nome di dominio valido, un carattere jolly parziale o completo
hostname?: string
Valore della proprietà
string
http2Enabled
Specifica se HTTP/2.0 è supportato
http2Enabled?: boolean
Valore della proprietà
boolean
negotiateClientCertificate
Determina se il gateway richiede il certificato client
negotiateClientCertificate?: boolean
Valore della proprietà
boolean
tls10Enabled
Specifica se TLS 1.0 è supportato
tls10Enabled?: boolean
Valore della proprietà
boolean
tls11Enabled
Specifica se TLS 1.1 è supportato
tls11Enabled?: boolean
Valore della proprietà
boolean
Dettagli proprietà ereditate
id
ID risorsa completo per la risorsa. Ad esempio - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTA: questa proprietà non verrà serializzata. Può essere popolato solo dal server.
id?: string
Valore della proprietà
string
ereditato daProxyResource.id
name
Nome della risorsa NOTA: questa proprietà non verrà serializzata. Può essere popolato solo dal server.
name?: string
Valore della proprietà
string
ereditato daProxyResource.name
type
Tipo della risorsa. Ad esempio, "Microsoft.Compute/virtualMachines" o "Microsoft.Storage/storageAccounts" NOTA: questa proprietà non verrà serializzata. Può essere popolato solo dal server.
type?: string
Valore della proprietà
string
Ereditato daProxyResource.type