你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningModelFactory.MachineLearningHDInsightCompute 方法

定义

初始化 MachineLearningHDInsightCompute 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningHDInsightCompute MachineLearningHDInsightCompute (string computeLocation = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningProvisioningState? provisioningState = default, string description = default, DateTimeOffset? createdOn = default, DateTimeOffset? modifiedOn = default, Azure.Core.ResourceIdentifier resourceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningError> provisioningErrors = default, bool? isAttachedCompute = default, bool? disableLocalAuth = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningHDInsightProperties properties = default);
static member MachineLearningHDInsightCompute : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningProvisioningState> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningError> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.MachineLearningHDInsightProperties -> Azure.ResourceManager.MachineLearning.Models.MachineLearningHDInsightCompute
Public Shared Function MachineLearningHDInsightCompute (Optional computeLocation As String = Nothing, Optional provisioningState As Nullable(Of MachineLearningProvisioningState) = Nothing, Optional description As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional modifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional provisioningErrors As IEnumerable(Of MachineLearningError) = Nothing, Optional isAttachedCompute As Nullable(Of Boolean) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional properties As MachineLearningHDInsightProperties = Nothing) As MachineLearningHDInsightCompute

参数

computeLocation
String

基础计算的位置。

provisioningState
Nullable<MachineLearningProvisioningState>

群集的预配状态。 有效值为 Unknown、Updating、Provisioning、Succeeded 和 Failed。

description
String

机器学习计算的说明。

createdOn
Nullable<DateTimeOffset>

创建计算的时间。

modifiedOn
Nullable<DateTimeOffset>

上次修改计算的时间。

resourceId
ResourceIdentifier

基础计算的 ARM 资源 ID。

provisioningErrors
IEnumerable<MachineLearningError>

预配期间出错。

isAttachedCompute
Nullable<Boolean>

指示计算是由用户预配的,如果为 true,则从外部引入;如果为 false,则指示机器学习服务预配计算。

disableLocalAuth
Nullable<Boolean>

选择退出本地身份验证,并确保客户只能将 MSI 和 AAD 专用于身份验证。

properties
MachineLearningHDInsightProperties

HDInsight 计算属性。

返回

用于模拟的新 MachineLearningHDInsightCompute 实例。

适用于