Skip to content
Docs Try Aspire

FoundryDeploymentResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The name of the deployment.
modelName string The name of the model.
modelVersion string The version of the model.
format string The format of the model.
parent FoundryResource The parent Microsoft Foundry resource.