AzureOpenAIDeploymentResource
Class net10.0
Represents an Azure OpenAI Deployment resource.
namespace Aspire.Hosting.ApplicationModel;
public class AzureOpenAIDeploymentResource : 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.ApplicationModel.AzureOpenAIResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureOpenAIResource>IValueProviderIValueWithReferences
8 members
Constructors1
Section titled ConstructorsAzureOpenAIDeploymentResource(string, string, string, AzureOpenAIResource) Initializes a new instance of the
AzureOpenAIDeploymentResource class. Properties7
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Azure OpenAI Deployment resource.
DeploymentNameget; setstring Gets or sets the name of the deployment.
ModelNameget; setstring Gets the name of the model.
ModelVersionget; setstring Gets the version of the model.
Parentget Gets the parent Azure OpenAI resource.
SkuCapacityget; setint Gets the capacity of the SKU.
SkuNameget; setstring Gets the name of the SKU.