Freigeben über


IContainerServiceSshPublicKey.KeyData Property

Definition

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.Aks.Runtime.Info(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) }, ReadOnly=false, Required=true, SerializedName="keyData")]
public string KeyData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(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) }, ReadOnly=false, Required=true, SerializedName="keyData")>]
member this.KeyData : string with get, set
Public Property KeyData As String

Property Value

Attributes

Applies to