Search Results for

    Show / Hide Table of Contents

    Class AzureOpenAiProviderCredentials

    Inheritance
    object
    AiProviderCredentials
    AzureOpenAiProviderCredentials
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    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
    Type Description
    string
    | Edit this page View Source

    ApiVersion

    Declaration
    [JsonProperty("apiVersion")]
    public string ApiVersion { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DeploymentName

    Declaration
    [JsonProperty("deploymentName")]
    public string DeploymentName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResourceName

    Declaration
    [JsonProperty("resourceName")]
    public string ResourceName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX