Class AzureOpenAiProviderCredentials
Inheritance
System.Object
AzureOpenAiProviderCredentials
Assembly: Crowdin.Api.dll
Syntax
public class AzureOpenAiProviderCredentials : AiProviderCredentials
Properties
|
Improve this Doc
View Source
ApiKey
Declaration
public string ApiKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ApiVersion
Declaration
public string ApiVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DeploymentName
Declaration
public string DeploymentName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
Type |
Description |
System.String |
|