IAdministratorConfigurationPatch.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.
SshPublicKey represents the public key used to authenticate with a resource through SSH.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="SshPublicKey represents the public key used to authenticate with a resource through SSH.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey) }, ReadOnly=false, Required=false, SerializedName="sshPublicKeys")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] SshPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="SshPublicKey represents the public key used to authenticate with a resource through SSH.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey) }, ReadOnly=false, Required=false, SerializedName="sshPublicKeys")>]
member this.SshPublicKey : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] with get, set
Public Property SshPublicKey As ISshPublicKey()
Property Value
- Attributes