IExadbVMClusterProperties.SshPublicKey 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.
The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
[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 Exadata VM cluster on Exascale Infrastructure.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sshPublicKeys", Update=false)]
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 Exadata VM cluster on Exascale Infrastructure.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sshPublicKeys", Update=false)>]
member this.SshPublicKey : System.Collections.Generic.List<string> with get, set
Public Property SshPublicKey As List(Of String)
Property Value
- Attributes