Share via


HostAliasV1.Hostnames Property

Definition

Represents a collection of hostnames associated with a specific IP address. This property contains a list of hostnames used for defining aliases.

[YamlDotNet.Serialization.YamlMember(Alias="hostnames")]
public System.Collections.Generic.List<string> Hostnames { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="hostnames")>]
member this.Hostnames : System.Collections.Generic.List<string>
Public ReadOnly Property Hostnames As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to