Language

ArcDeploymentData(ArcDeploymentProperties, ArcDeploymentSkuName) Constructor

Definition

Initializes a new instance of ArcDeploymentData.

public ArcDeploymentData(Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentProperties properties, Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentSkuName skuName);
new Azure.ResourceManager.CognitiveServices.ArcDeploymentData : Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentProperties * Azure.ResourceManager.CognitiveServices.Models.ArcDeploymentSkuName -> Azure.ResourceManager.CognitiveServices.ArcDeploymentData
Public Sub New (properties As ArcDeploymentProperties, skuName As ArcDeploymentSkuName)

Parameters

properties
ArcDeploymentProperties

Properties of the Cognitive Services Arc deployment.

skuName
ArcDeploymentSkuName

The name of the Arc deployment SKU. Must be Arc.

Exceptions

properties is null.

Applies to