AzureAIFoundryDeploymentResource Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AzureAIFoundryDeploymentResource class.
public AzureAIFoundryDeploymentResource(string name, string modelName, string modelVersion, string format, Aspire.Hosting.Azure.AzureAIFoundryResource parent);
new Aspire.Hosting.Azure.AzureAIFoundryDeploymentResource : string * string * string * string * Aspire.Hosting.Azure.AzureAIFoundryResource -> Aspire.Hosting.Azure.AzureAIFoundryDeploymentResource
Public Sub New (name As String, modelName As String, modelVersion As String, format As String, parent As AzureAIFoundryResource)
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.