ContainerCommunicationProtocol Struct
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 readonly struct ContainerCommunicationProtocol : IEquatable<Azure.ResourceManager.MachineLearning.Models.ContainerCommunicationProtocol>
type ContainerCommunicationProtocol = struct
Public Structure ContainerCommunicationProtocol
Implements IEquatable(Of ContainerCommunicationProtocol)
- Inheritance
-
ContainerCommunicationProtocol
- Implements
Constructors
ContainerCommunicationProtocol(String) |
Initializes a new instance of ContainerCommunicationProtocol. |
Properties
Http |
http. |
Tcp |
tcp. |
Udp |
udp. |
Methods
Equals(ContainerCommunicationProtocol) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerCommunicationProtocol, ContainerCommunicationProtocol) |
Determines if two ContainerCommunicationProtocol values are the same. |
Implicit(String to ContainerCommunicationProtocol) |
Converts a string to a ContainerCommunicationProtocol. |
Inequality(ContainerCommunicationProtocol, ContainerCommunicationProtocol) |
Determines if two ContainerCommunicationProtocol values are not the same. |
Applies to
Azure SDK for .NET