Skip to content
Docs Try Aspire

AzureAIFoundryDeploymentResource Properties

Class Properties 8 members
Represents an Azure AI Foundry Deployment.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Azure AI Foundry resource with model/deployment information.
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 AzureAIFoundryDeploymentResource.ModelName, but allows for a different deployment name in Azure. When using Foundry Local, this is the model id.
Gets or sets the format of deployment model.
public string Format { get; set; }
Typical values are "OpenAI", "Microsoft", "xAi", "Deepseek".
Gets or sets the name of the model.
public string ModelName { get; set; }
ModelVersion Section titled ModelVersion string
Gets or sets the version of the model.
public string ModelVersion { get; set; }
Gets the parent Azure AI Foundry resource.
public AzureAIFoundryResource Parent { get; set; }
Gets or sets the capacity of the SKU.
public int SkuCapacity { get; set; }
Gets or sets the name of the SKU.
public string SkuName { get; set; }