Share via


ServicePortV1.AppProtocol Property

Definition

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

Applies to