AzureAIFoundryDeploymentResource
Class net10.0
Represents an Azure AI Foundry Deployment.
namespace Aspire.Hosting.Azure;
public class AzureAIFoundryDeploymentResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Azure.AzureAIFoundryResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureAIFoundryResource>IValueProviderIValueWithReferences
9 members
Constructors1
Section titled ConstructorsAzureAIFoundryDeploymentResource(string, string, string, string, AzureAIFoundryResource) Initializes a new instance of the
AzureAIFoundryDeploymentResource class. Properties8
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Azure AI Foundry resource with model/deployment information.
DeploymentNameget; setstring Gets or sets the name of the deployment.
Formatget; setstring Gets or sets the format of deployment model.
ModelNameget; setstring Gets or sets the name of the model.
ModelVersionget; setstring Gets or sets the version of the model.
Parentget; set Gets the parent Azure AI Foundry resource.
SkuCapacityget; setint Gets or sets the capacity of the SKU.
SkuNameget; setstring Gets or sets the name of the SKU.