IaasCluster.ApiVersion Property
API Schema version with which this deployment was created.
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 ApiVersion As String
Get
Set
'Usage
Dim instance As IaasCluster
Dim value As String
value = instance.ApiVersion
instance.ApiVersion = value
[DataMemberAttribute(IsRequired = true)]
public string ApiVersion { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ ApiVersion {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ApiVersion : string with get, set
function get ApiVersion () : String
function set ApiVersion (value : String)
Property Value
Type: System.String
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace