CognitiveServicesRoutingMethod Struct

Definition

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