SeccompProfileV1.LocalhostProfile 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 path to a local file that defines the seccomp profile to be applied. This property is used to specify a custom seccomp profile from the local file system.
[YamlDotNet.Serialization.YamlMember(Alias="localhostProfile")]
public string LocalhostProfile { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="localhostProfile")>]
member this.LocalhostProfile : string with get, set
Public Property LocalhostProfile As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute