SSHConnectivityCredential.PublicKey Property
Public key part for a SSH credential
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property PublicKey As String
Get
Private Set
'Usage
Dim instance As SSHConnectivityCredential
Dim value As String
value = instance.PublicKey
[DataMemberAttribute(IsRequired = true)]
public string PublicKey { get; private set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ PublicKey {
String^ get ();
private: void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member PublicKey : string with get, private set
function get PublicKey () : String
private function set PublicKey (value : String)
Property Value
Type: System.String
See Also
Reference
SSHConnectivityCredential Class
Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace