Skip to content
DocsTry Aspire
DocsTry

FoundryDeploymentResource Constructors

ClassConstructors1 member
Represents a Microsoft Foundry Deployment.
Constructor(string, string, string, string, FoundryResource)Section titled Constructor(string, string, string, string, FoundryResource)
Initializes a new instance of the FoundryDeploymentResource class.
public class FoundryDeploymentResource
{
public FoundryDeploymentResource(
string name,
string modelName,
string modelVersion,
string format,
FoundryResource parent)
{
// ...
}
}
namestringThe name of the deployment.
modelNamestringThe name of the model.
modelVersionstringThe version of the model.
formatstringThe format of the model.
parentFoundryResourceThe parent Microsoft Foundry resource.