IaasCluster.ConnectivityEndpoints Property
A collection of Connectivity endpoints that is available for this cluster.
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 := False, EmitDefaultValue := False)> _
Public Property ConnectivityEndpoints As IList(Of ConnectivityEndpoint)
Get
Set
'Usage
Dim instance As IaasCluster
Dim value As IList(Of ConnectivityEndpoint)
value = instance.ConnectivityEndpoints
instance.ConnectivityEndpoints = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IList<ConnectivityEndpoint> ConnectivityEndpoints { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IList<ConnectivityEndpoint^>^ ConnectivityEndpoints {
IList<ConnectivityEndpoint^>^ get ();
void set (IList<ConnectivityEndpoint^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member ConnectivityEndpoints : IList<ConnectivityEndpoint> with get, set
function get ConnectivityEndpoints () : IList<ConnectivityEndpoint>
function set ConnectivityEndpoints (value : IList<ConnectivityEndpoint>)
Property Value
Type: System.Collections.Generic.IList<ConnectivityEndpoint>
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace