你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IComputeInstanceSchema.SshSettingSshPublicAccess Property
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.
State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess) }, ReadOnly=false, Required=false, SerializedName="sshPublicAccess")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess? SshSettingSshPublicAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess) }, ReadOnly=false, Required=false, SerializedName="sshPublicAccess")>]
member this.SshSettingSshPublicAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SshPublicAccess> with get, set
Public Property SshSettingSshPublicAccess As Nullable(Of SshPublicAccess)
Property Value
- Attributes