SSHFullConnectivityCredential.PrivateKey Property
Private key of the 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 PrivateKey As String
Get
Private Set
'Usage
Dim instance As SSHFullConnectivityCredential
Dim value As String
value = instance.PrivateKey
[DataMemberAttribute(IsRequired = true)]
public string PrivateKey { get; private set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ PrivateKey {
String^ get ();
private: void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member PrivateKey : string with get, private set
function get PrivateKey () : String
private function set PrivateKey (value : String)
Property Value
Type: System.String
See Also
Reference
SSHFullConnectivityCredential Class
Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace