AzureAIFoundryDeploymentResource Constructors
Class Constructors 1 member
Represents an Azure AI Foundry Deployment.
Constructor(string, string, string, string, AzureAIFoundryResource) Section titled Constructor(string, string, string, string, AzureAIFoundryResource) Initializes a new instance of the
AzureAIFoundryDeploymentResource class. public class AzureAIFoundryDeploymentResource{ public AzureAIFoundryDeploymentResource( string name, string modelName, string modelVersion, string format, AzureAIFoundryResource parent) { // ... }}Parameters
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 AzureAIFoundryResource The parent Azure AI Foundry resource.