PcProtocol 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 to be filtered on.
public readonly struct PcProtocol : IEquatable<Azure.ResourceManager.Network.Models.PcProtocol>
type PcProtocol = struct
Public Structure PcProtocol
Implements IEquatable(Of PcProtocol)
- Inheritance
-
PcProtocol
- Implements
Constructors
PcProtocol(String) |
Initializes a new instance of PcProtocol. |
Properties
Any |
Any. |
Tcp |
TCP. |
Udp |
UDP. |
Methods
Equals(PcProtocol) |
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(PcProtocol, PcProtocol) |
Determines if two PcProtocol values are the same. |
Implicit(String to PcProtocol) |
Converts a string to a PcProtocol. |
Inequality(PcProtocol, PcProtocol) |
Determines if two PcProtocol values are not the same. |
Applies to
Azure SDK for .NET