ContainerServiceLinuxProfile.Ssh Property

Definition

Gets or sets the ssh key configuration for Linux VMs.

[Newtonsoft.Json.JsonProperty(PropertyName="ssh")]
public Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceSshConfiguration Ssh { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ssh")>]
member this.Ssh : Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceSshConfiguration with get, set
Public Property Ssh As ContainerServiceSshConfiguration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to