TelemetryTransportProtocol 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 transport protocol for telemetry export.
public readonly struct TelemetryTransportProtocol : IEquatable<Azure.AI.Projects.Agents.TelemetryTransportProtocol>
type TelemetryTransportProtocol = struct
Public Structure TelemetryTransportProtocol
Implements IEquatable(Of TelemetryTransportProtocol)
- Inheritance
-
TelemetryTransportProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| TelemetryTransportProtocol(String) |
Initializes a new instance of TelemetryTransportProtocol. |
Properties
| Name | Description |
|---|---|
| Grpc |
gRPC transport protocol. |
| Http |
HTTP transport protocol. |
Methods
| Name | Description |
|---|---|
| Equals(TelemetryTransportProtocol) |
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(TelemetryTransportProtocol, TelemetryTransportProtocol) |
Determines if two TelemetryTransportProtocol values are the same. |
| Implicit(String to Nullable<TelemetryTransportProtocol>) | |
| Implicit(String to TelemetryTransportProtocol) |
Converts a string to a TelemetryTransportProtocol. |
| Inequality(TelemetryTransportProtocol, TelemetryTransportProtocol) |
Determines if two TelemetryTransportProtocol values are not the same. |