CognitiveServicesTrafficRoutingProtocol 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.
Traffic routing protocol, used to distribute an application's inbound traffic to its deployments.
public readonly struct CognitiveServicesTrafficRoutingProtocol : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesTrafficRoutingProtocol>
type CognitiveServicesTrafficRoutingProtocol = struct
Public Structure CognitiveServicesTrafficRoutingProtocol
Implements IEquatable(Of CognitiveServicesTrafficRoutingProtocol)
- Inheritance
-
CognitiveServicesTrafficRoutingProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesTrafficRoutingProtocol(String) |
Initializes a new instance of CognitiveServicesTrafficRoutingProtocol. |
Properties
| Name | Description |
|---|---|
| FixedRatio |
Percentage based routing. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesTrafficRoutingProtocol) |
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(CognitiveServicesTrafficRoutingProtocol, CognitiveServicesTrafficRoutingProtocol) |
Determines if two CognitiveServicesTrafficRoutingProtocol values are the same. |
| Implicit(String to CognitiveServicesTrafficRoutingProtocol) |
Converts a string to a CognitiveServicesTrafficRoutingProtocol. |
| Implicit(String to Nullable<CognitiveServicesTrafficRoutingProtocol>) | |
| Inequality(CognitiveServicesTrafficRoutingProtocol, CognitiveServicesTrafficRoutingProtocol) |
Determines if two CognitiveServicesTrafficRoutingProtocol values are not the same. |