AzureAIFoundryDeploymentResource Properties
Class Properties 8 members
Represents an Azure AI Foundry Deployment.
Gets the connection string expression for the Azure AI Foundry resource with model/deployment information.
public ReferenceExpression ConnectionStringExpression { get; } Gets or sets the name of the deployment.
public string DeploymentName { get; set; }Remarks
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; }Remarks
Typical values are "OpenAI", "Microsoft", "xAi", "Deepseek".
Gets or sets the name of the model.
public string ModelName { get; set; } 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; }