CognitiveServicesRoutingMethod 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.
Multiregion routing methods.
public readonly struct CognitiveServicesRoutingMethod : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesRoutingMethod>
type CognitiveServicesRoutingMethod = struct
Public Structure CognitiveServicesRoutingMethod
Implements IEquatable(Of CognitiveServicesRoutingMethod)
- Inheritance
-
CognitiveServicesRoutingMethod
- Implements
Constructors
CognitiveServicesRoutingMethod(String) |
Initializes a new instance of CognitiveServicesRoutingMethod. |
Properties
Performance |
Performance. |
Priority |
Priority. |
Weighted |
Weighted. |
Methods
Equals(CognitiveServicesRoutingMethod) |
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(CognitiveServicesRoutingMethod, CognitiveServicesRoutingMethod) |
Determines if two CognitiveServicesRoutingMethod values are the same. |
Implicit(String to CognitiveServicesRoutingMethod) |
Converts a String to a CognitiveServicesRoutingMethod. |
Inequality(CognitiveServicesRoutingMethod, CognitiveServicesRoutingMethod) |
Determines if two CognitiveServicesRoutingMethod values are not the same. |
Applies to
Azure SDK for .NET