PodSpecV1.Subdomain 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 or sets the subdomain for the Pod. When specified, this allows the Pod to be part of a DNS subdomain. The subdomain must conform to DNS subdomain naming rules. This is typically used to configure a Pod's fully qualified ___domain name (FQDN).
[YamlDotNet.Serialization.YamlMember(Alias="subdomain")]
public string? Subdomain { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="subdomain")>]
member this.Subdomain : string with get, set
Public Property Subdomain As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute