ClusterContainer.ClusterUri Property

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

Syntax

'Declaration
<DataMemberAttribute(Order := , EmitDefaultValue := False)> _
Public Property ClusterUri As Uri 
    Get 
    Set
'Usage
Dim instance As ClusterContainer 
Dim value As Uri 

value = instance.ClusterUri

instance.ClusterUri = value
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public Uri ClusterUri { get; set; }
[DataMemberAttribute(Order = , EmitDefaultValue = false)]
public:
property Uri^ ClusterUri {
    Uri^ get ();
    void set (Uri^ value);
}
[<DataMemberAttribute(Order = , EmitDefaultValue = false)>]
member ClusterUri : Uri with get, set
function get ClusterUri () : Uri 
function set ClusterUri (value : Uri)

Property Value

Type: System.Uri

See Also

Reference

ClusterContainer Class

Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace