24 строки
1.0 KiB
YAML
24 строки
1.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.model.HasHostName"
|
|
fullName: "com.microsoft.azure.management.network.model.HasHostName"
|
|
name: "HasHostName"
|
|
nameWithType: "HasHostName"
|
|
summary: "An interface representing a model's ability to reference a host name."
|
|
syntax: "public interface **HasHostName**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.model.HasHostName.hostName()"
|
|
fullName: "com.microsoft.azure.management.network.model.HasHostName.hostName()"
|
|
name: "hostName()"
|
|
nameWithType: "HasHostName.hostName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String hostName()"
|
|
returns:
|
|
description: "the associated host name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An interface representing a model's ability to reference a host name."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network.model"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|