FoundryDeploymentResource
Handle
interface FoundryDeploymentResource extends IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, FoundryResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; deploymentName: string; format: string; modelName: string; modelVersion: string; readonly name: string; skuCapacity: number; skuName: string; withProperties(configure: (obj: FoundryDeploymentResource) => void): FoundryDeploymentResource;} 15 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
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
Configures properties of a Microsoft Foundry deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => void): FoundryDeploymentResourceParameters
configure (obj: FoundryDeploymentResource) => void Returns
FoundryDeploymentResource