ILinuxProfilePropertiesSshPublicKeysItem.KeyData 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.
Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyData", Update=true)]
public string KeyData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyData", Update=true)>]
member this.KeyData : string with get, set
Public Property KeyData As String
Property Value
- Attributes