Condividi tramite


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

Name Description
CognitiveServicesRoutingMethod(String)

Initializes a new instance of CognitiveServicesRoutingMethod.

Properties

Name Description
Performance

Performance.

Priority

Priority.

Weighted

Weighted.

Methods

Name Description
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

Name Description
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