ICloudVMClusterProperties.SshPublicKey Property

Definition

The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="sshPublicKeys", Update=true)]
public System.Collections.Generic.List<string> SshPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The public key portion of one or more key pairs used for SSH access to the cloud VM cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="sshPublicKeys", Update=true)>]
member this.SshPublicKey : System.Collections.Generic.List<string> with get, set
Public Property SshPublicKey As List(Of String)

Property Value

Attributes

Applies to