ContainerServiceNetworkProfile.PodLinkLocalAccess 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.
Defines access to special link local addresses (Azure Instance Metadata Service, aka IMDS) for pods with hostNetwork=false. if not specified, the default is 'IMDS'.
public Azure.ResourceManager.ContainerService.Models.PodLinkLocalAccess? PodLinkLocalAccess { get; set; }
member this.PodLinkLocalAccess : Nullable<Azure.ResourceManager.ContainerService.Models.PodLinkLocalAccess> with get, set
Public Property PodLinkLocalAccess As Nullable(Of PodLinkLocalAccess)