ServicePortV1.AppProtocol 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 application protocol associated with the service port. This property can be used to define custom application layer protocols (e.g., HTTP, HTTPS) for traffic management and service communication.
[YamlDotNet.Serialization.YamlMember(Alias="appProtocol")]
public string AppProtocol { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="appProtocol")>]
member this.AppProtocol : string with get, set
Public Property AppProtocol As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute