HostAliasV1.Ip 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 IP address associated with the HostAlias in the Kubernetes resource definition.
[YamlDotNet.Serialization.YamlMember(Alias="ip")]
public string Ip { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ip")>]
member this.Ip : string with get, set
Public Property Ip As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property represents the IP address that will be mapped to the specified hostnames in the resource.