Udostępnij przez


PcProtocol Struct

Definition

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

Name Description
PcProtocol(String)

Initializes a new instance of PcProtocol.

Properties

Name Description
Any

Any.

Tcp

TCP.

Udp

UDP.

Methods

Name Description
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

Name Description
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