ArcDeploymentData(ArcDeploymentProperties, ArcDeploymentSkuName) 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 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.