Skip to content
Docs Try Aspire

AzureAIFoundryDeploymentResource Constructors

Class Constructors 1 member
Represents an Azure AI Foundry Deployment.
Constructor(string, string, string, string, AzureAIFoundryResource) Section titled Constructor(string, string, string, string, AzureAIFoundryResource)
Initializes a new instance of the AzureAIFoundryDeploymentResource class.
public class AzureAIFoundryDeploymentResource
{
public AzureAIFoundryDeploymentResource(
string name,
string modelName,
string modelVersion,
string format,
AzureAIFoundryResource parent)
{
// ...
}
}
name string The name of the deployment.
modelName string The name of the model.
modelVersion string The version of the model.
format string The format of the model.
parent AzureAIFoundryResource The parent Azure AI Foundry resource.