Skip to content
Docs Try Aspire

AzureOpenAIDeploymentResource

Handle TypeScript
📦 Aspire.Hosting.Azure.CognitiveServices v13.2.0-preview.1.26159.1
interface AzureOpenAIDeploymentResource
extends IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]],
IValueProvider,
IValueWithReferences {
deploymentName: string;
modelName: string;
modelVersion: string;
readonly name: string;
skuCapacity: number;
skuName: string;
withProperties(configure: (obj: AzureOpenAIDeploymentResource) => void): AzureOpenAIDeploymentResource;
}

Properties

property deploymentName string get · set
Gets the DeploymentName property
property modelName string get · set
Gets the ModelName property
property modelVersion string get · set
Gets the ModelVersion property
property name string get
Gets the Name property
property skuCapacity number get · set
Gets the SkuCapacity property
property skuName string get · set
Gets the SkuName property

Methods

method withProperties builder
Configures properties of an Azure OpenAI deployment
withProperties(configure: (obj: AzureOpenAIDeploymentResource) => void): AzureOpenAIDeploymentResource
configure (obj: AzureOpenAIDeploymentResource) => void
AzureOpenAIDeploymentResource