다음을 통해 공유


HDInsightOnDemandLinkedService.ClusterSshUserName Property

Definition

Gets or sets the username to SSH remotely connect to cluster’s node (for Linux). Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.clusterSshUserName")]
public object ClusterSshUserName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.clusterSshUserName")>]
member this.ClusterSshUserName : obj with get, set
Public Property ClusterSshUserName As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to