Skip to content
Docs Try Aspire

AzureOpenAIDeploymentResource Properties

Class Properties 7 members
Represents an Azure OpenAI Deployment resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Azure OpenAI Deployment resource.
public ReferenceExpression ConnectionStringExpression { get; }
DeploymentName Section titled DeploymentName string
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; }
ModelVersion Section titled ModelVersion string
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; }