Skip to content
DocsTry Aspire
DocsTry

AzureOpenAIDeploymentResource Properties

ClassProperties7 members
Represents an Azure OpenAI Deployment resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Azure OpenAI Deployment resource.
public ReferenceExpression ConnectionStringExpression { get; }
DeploymentNameSection titled DeploymentNamestring
Gets or sets the name of the deployment.
public string DeploymentName { get; set; }
This defaults to Resource.Name, but allows for a different deployment name in Azure.
Gets the name of the model.
public string ModelName { get; set; }
ModelVersionSection titled ModelVersionstring
Gets the version of the model.
public string ModelVersion { get; set; }
Gets the parent Azure OpenAI resource.
public AzureOpenAIResource Parent { get; }
Gets the capacity of the SKU.
public int SkuCapacity { get; set; }
Gets the name of the SKU.
public string SkuName { get; set; }