AzureOpenAISettings Class  
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.
The settings relevant to accessing Azure OpenAI or OpenAI.
public sealed class AzureOpenAISettingstype AzureOpenAISettings = classPublic NotInheritable Class AzureOpenAISettings- Inheritance
- 
				AzureOpenAISettings
Constructors
| AzureOpenAISettings() | 
Properties
| Credential | Gets or sets the credential used to authenticate to the Azure OpenAI resource. | 
| DisableMetrics | Gets or sets a boolean value that indicates whether the OpenTelemetry metrics are enabled or not. | 
| DisableTracing | Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. | 
| EnableSensitiveTelemetryData | Gets or sets a boolean value indicating whether potentially sensitive information should be included in telemetry. | 
| Endpoint | Gets or sets a Uri referencing the Azure OpenAI endpoint. This is likely to be similar to "https://{account_name}.openai.azure.com". | 
| Key | Gets or sets the key to use to authenticate to the Azure OpenAI endpoint. |