Share via


AzureOpenAIAudience Struct

Definition

Represents cloud authentication audiences available for Azure OpenAI. These audiences correspond to authorization token authentication scopes.

public readonly struct AzureOpenAIAudience : IEquatable<Azure.AI.OpenAI.AzureOpenAIAudience>
type AzureOpenAIAudience = struct
Public Structure AzureOpenAIAudience
Implements IEquatable(Of AzureOpenAIAudience)
Inheritance
AzureOpenAIAudience
Implements

Constructors

AzureOpenAIAudience(String)

Initializes a new instance of the AzureOpenAIAudience object.

Properties

AzureGovernment

The authorization audience used to authenticate with the Azure Government cloud.

AzurePublicCloud

The authorization audience used to connect to the public Azure cloud. Default if not otherwise specified.

Methods

Equals(AzureOpenAIAudience)

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(AzureOpenAIAudience, AzureOpenAIAudience)

Determines if two AzureOpenAIAudience values are the same.

Implicit(String to AzureOpenAIAudience)

Converts a string to a AzureOpenAIAudience.

Inequality(AzureOpenAIAudience, AzureOpenAIAudience)

Determines if two AzureOpenAIAudience values are not the same.

Applies to