PipelineGroupTransportProtocol 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.
The syslog receiver’s underlying transport protocol.
public readonly struct PipelineGroupTransportProtocol : IEquatable<Azure.ResourceManager.Monitor.PipelineGroups.Models.PipelineGroupTransportProtocol>
type PipelineGroupTransportProtocol = struct
Public Structure PipelineGroupTransportProtocol
Implements IEquatable(Of PipelineGroupTransportProtocol)
- Inheritance
-
PipelineGroupTransportProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| PipelineGroupTransportProtocol(String) |
Initializes a new instance of PipelineGroupTransportProtocol. |
Properties
| Name | Description |
|---|---|
| Tcp |
tcp protocol. |
| Udp |
udp protocol. |
Methods
| Name | Description |
|---|---|
| Equals(PipelineGroupTransportProtocol) |
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(PipelineGroupTransportProtocol, PipelineGroupTransportProtocol) |
Determines if two PipelineGroupTransportProtocol values are the same. |
| Implicit(String to Nullable<PipelineGroupTransportProtocol>) | |
| Implicit(String to PipelineGroupTransportProtocol) |
Converts a string to a PipelineGroupTransportProtocol. |
| Inequality(PipelineGroupTransportProtocol, PipelineGroupTransportProtocol) |
Determines if two PipelineGroupTransportProtocol values are not the same. |