Share via


ContainerServiceLinuxProfile.Ssh Property

Definition

Gets or sets SSH configuration for Linux-based VMs running on Azure.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to