ContainerEndpoint.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.
Protocol over which communication will happen over this endpoint.
public Azure.ResourceManager.MachineLearning.Models.ContainerCommunicationProtocol? Protocol { get; set; }
member this.Protocol : Nullable<Azure.ResourceManager.MachineLearning.Models.ContainerCommunicationProtocol> with get, set
Public Property Protocol As Nullable(Of ContainerCommunicationProtocol)