FoundryDeploymentResource.withProperties
Method
interface FoundryDeploymentResource { // ... omitted for brevity withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResource;}Signature
method
withProperties builder Allows setting the properties of a Microsoft Foundry Deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResourceParameters
configure (obj: FoundryDeploymentResource) => Promise<void> Returns
FoundryDeploymentResource Defined on
This method is defined on the following type: