24 строки
1.2 KiB
YAML
24 строки
1.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.model.HasServerNameIndication"
|
|
fullName: "com.microsoft.azure.management.network.model.HasServerNameIndication"
|
|
name: "HasServerNameIndication"
|
|
nameWithType: "HasServerNameIndication"
|
|
summary: "An interface representing a model's ability to require server name indication."
|
|
syntax: "public interface **HasServerNameIndication**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.model.HasServerNameIndication.requiresServerNameIndication()"
|
|
fullName: "com.microsoft.azure.management.network.model.HasServerNameIndication.requiresServerNameIndication()"
|
|
name: "requiresServerNameIndication()"
|
|
nameWithType: "HasServerNameIndication.requiresServerNameIndication()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean requiresServerNameIndication()"
|
|
returns:
|
|
description: "true if server name indication (SNI) is required, else false."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An interface representing a model's ability to require server name indication."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network.model"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|