AzureOpenAIDeploymentResource
Handle TypeScript
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;} 12 members
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): AzureOpenAIDeploymentResourceParameters
configure (obj: AzureOpenAIDeploymentResource) => void Returns
AzureOpenAIDeploymentResource