PSSshConfigEntry.ConfigString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String built from the value of this object's properties. Note 1: If LocalUser login, "-{localusername}" is appended to host. Note 2: Azure VMs have two entries if resource name and group are known. One with {rg}-{name} as host, and one with {ip} as host.
public string ConfigString { get; }
member this.ConfigString : string
Public ReadOnly Property ConfigString As String