FoundryDeploymentResource
Handle
interface FoundryDeploymentResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, FoundryResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; deploymentName: string; format: string; modelName: string; modelVersion: string; parent: FoundryResource; skuCapacity: number; skuName: string; withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResource;} 16 members
Properties
property
connectionStringExpression ReferenceExpression get Gets the ConnectionStringExpression property
property
deploymentName string get · set Gets the DeploymentName property
property
format string get · set Gets the Format property
property
modelName string get · set Gets the ModelName property
property
modelVersion string get · set Gets the ModelVersion property
property
parent FoundryResource get · set Gets the Parent property
property
skuCapacity number get · set Gets the SkuCapacity property
property
skuName string get · set Gets the SkuName property
Methods
Configures properties of a Microsoft Foundry deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResourceParameters
configure (obj: FoundryDeploymentResource) => Promise<void> Returns
FoundryDeploymentResource