次の方法で共有


MachineLearningBatchDeploymentData コンストラクター

定義

MachineLearningBatchDeploymentData の新しいインスタンスを初期化します。

public MachineLearningBatchDeploymentData (Azure.Core.AzureLocation location, Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentProperties properties);
new Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData : Azure.Core.AzureLocation * Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchDeploymentProperties -> Azure.ResourceManager.MachineLearning.MachineLearningBatchDeploymentData
Public Sub New (location As AzureLocation, properties As MachineLearningBatchDeploymentProperties)

パラメーター

location
AzureLocation

場所。

properties
MachineLearningBatchDeploymentProperties

[必須]エンティティの追加の属性。

例外

properties が null です。

適用対象