Skip to content
Docs Try Aspire

FoundryDeploymentResource Properties

Class Properties 8 members
Represents a Microsoft Foundry Deployment.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Microsoft 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 FoundryDeploymentResource.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 Microsoft Foundry resource.
public FoundryResource Parent { get; set; }
This property is not available in polyglot app hosts.
Gets or sets the capacity of the SKU, in thousands of tokens per minute (TPM).
public int SkuCapacity { get; set; }
For example, a value of 10 means 10,000 tokens per minute. Exceeding this rate limit results in HTTP 429 responses. See Azure AI quota management for more information.
Gets or sets the name of the SKU.
public string SkuName { get; set; }