IngressTLSV1.Hosts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of hostnames associated with the ingress TLS configuration.
[YamlDotNet.Serialization.YamlMember(Alias="hosts")]
public System.Collections.Generic.List<string> Hosts { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="hosts")>]
member this.Hosts : System.Collections.Generic.List<string>
Public ReadOnly Property Hosts As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property represents a collection of hosts that are specified for the ingress TLS configuration. These hosts are used for secure transport and typically represent ___domain names that are covered by the associated TLS secret. The list may contain multiple entries depending on the assigned hosts.