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

AmlComputeProperties.RemoteLoginPortPublicAccess 属性

定义

公共 SSH 端口的状态。 可能的值为:Disabled - 指示群集的所有节点上的公共 ssh 端口已关闭。 已启用 - 指示群集的所有节点上的公用 ssh 端口已打开。 NotSpecified - 指示如果定义了 VNet,则群集的所有节点上的公共 ssh 端口已关闭,否则将打开所有公共节点。 它只能在创建群集时处于默认状态,在创建后,它将启用或禁用。

public Azure.ResourceManager.MachineLearning.Models.MachineLearningRemoteLoginPortPublicAccess? RemoteLoginPortPublicAccess { get; set; }
member this.RemoteLoginPortPublicAccess : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningRemoteLoginPortPublicAccess> with get, set
Public Property RemoteLoginPortPublicAccess As Nullable(Of MachineLearningRemoteLoginPortPublicAccess)

属性值

适用于