Language

ArcDeploymentProperties Constructor

Definition

Initializes a new instance of ArcDeploymentProperties.

public ArcDeploymentProperties(Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentModel model, Azure.Core.ResourceIdentifier extensionId, Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentRuntime runtime, Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentComputeType compute, int replicas, Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentKubernetesResources resources);
new Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentProperties : Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentModel * Azure.Core.ResourceIdentifier * Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentRuntime * Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentComputeType * int * Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentKubernetesResources -> Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentProperties
Public Sub New (model As ArcDeploymentModel, extensionId As ResourceIdentifier, runtime As ArcDeploymentRuntime, compute As ArcDeploymentComputeType, replicas As Integer, resources As ArcDeploymentKubernetesResources)

Parameters

model
ArcDeploymentModel

Model reference. Required on creation and immutable after creation.

extensionId
ResourceIdentifier

Full Azure resource ID of the Foundry inference extension on the target Arc-enabled Kubernetes cluster. Required on creation and immutable after creation.

runtime
ArcDeploymentRuntime

Inference runtime. Required on creation and immutable after creation.

compute
ArcDeploymentComputeType

Compute type for the deployment. Required on creation and immutable after creation.

replicas
Int32

Physical replica count on the Arc cluster.

resources
ArcDeploymentKubernetesResources

Per-replica Kubernetes resource requests and limits.

Exceptions

model, extensionId or resources is null.

Applies to