Class AzureOpenAiProviderCredentials
Inheritance
AzureOpenAiProviderCredentials
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AzureOpenAiProviderCredentials : AiProviderCredentials
Properties
|
Edit this page
View Source
ApiKey
Declaration
[JsonProperty("apiKey")]
public string ApiKey { get; set; }
Property Value
|
Edit this page
View Source
ApiVersion
Declaration
[JsonProperty("apiVersion")]
public string ApiVersion { get; set; }
Property Value
|
Edit this page
View Source
DeploymentName
Declaration
[JsonProperty("deploymentName")]
public string DeploymentName { get; set; }
Property Value
|
Edit this page
View Source
ResourceName
Declaration
[JsonProperty("resourceName")]
public string ResourceName { get; set; }
Property Value