ContainerPortV1.Protocol 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 protocol used by the port. Common protocols include "TCP" and "UDP".
[YamlDotNet.Serialization.YamlMember(Alias="protocol")]
public string Protocol { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="protocol")>]
member this.Protocol : string with get, setPublic Property Protocol As StringProperty Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute