AzureOpenAIDeploymentResource.withProperties
Method
interface AzureOpenAIDeploymentResource { // ... omitted for brevity withProperties(configure: (obj: AzureOpenAIDeploymentResource) => Promise<void>): AzureOpenAIDeploymentResource;}Signature
method
withPropertiesbuilderAllows setting the properties of an Azure OpenAI Deployment resource.
withProperties(configure: (obj: AzureOpenAIDeploymentResource) => Promise<void>): AzureOpenAIDeploymentResourceParameters
configure(obj: AzureOpenAIDeploymentResource) => Promise<void>Returns
AzureOpenAIDeploymentResourceDefined on
This method is defined on the following type: