ConnectivityCredential Class

A base class representing credential for a HdInsight Connectivity endpoint

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015.ConnectivityCredential
    Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015.SSHConnectivityCredential
    Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015.WebConnectivityCredential

Namespace:  Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015
Assembly:  Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/hdinsight/2014/05/management")> _
<KnownTypeAttribute(GetType(SSHConnectivityCredential))> _
<KnownTypeAttribute(GetType(WebConnectivityCredential))> _
Public Class ConnectivityCredential
'Usage
Dim instance As ConnectivityCredential
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/hdinsight/2014/05/management")]
[KnownTypeAttribute(typeof(SSHConnectivityCredential))]
[KnownTypeAttribute(typeof(WebConnectivityCredential))]
public class ConnectivityCredential
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/hdinsight/2014/05/management")]
[KnownTypeAttribute(typeof(SSHConnectivityCredential))]
[KnownTypeAttribute(typeof(WebConnectivityCredential))]
public ref class ConnectivityCredential
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/hdinsight/2014/05/management")>]
[<KnownTypeAttribute(typeof(SSHConnectivityCredential))>]
[<KnownTypeAttribute(typeof(WebConnectivityCredential))>]
type ConnectivityCredential =  class end
public class ConnectivityCredential

The ConnectivityCredential type exposes the following members.

Constructors

  Name Description
Public method ConnectivityCredential

Top

Properties

  Name Description
Public property Type Type of connectivity credentials

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace