Compartir a través de


ContainerServiceSshPublicKey.KeyData Propiedad

Definición

Obtiene o establece la clave pública de certificado usada para autenticarse con máquinas virtuales a través de SSH. El certificado debe estar en formato PEM con o sin encabezados.

[Newtonsoft.Json.JsonProperty(PropertyName="keyData")]
public string KeyData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyData")>]
member this.KeyData : string with get, set
Public Property KeyData As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a