IaasCluster.DeploymentDocuments Property
A list of the user specified stack configuration documents
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 DeploymentDocuments As IDictionary(Of String, String)
Get
Set
'Usage
Dim instance As IaasCluster
Dim value As IDictionary(Of String, String)
value = instance.DeploymentDocuments
instance.DeploymentDocuments = value
[DataMemberAttribute(IsRequired = true)]
public IDictionary<string, string> DeploymentDocuments { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property IDictionary<String^, String^>^ DeploymentDocuments {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member DeploymentDocuments : IDictionary<string, string> with get, set
function get DeploymentDocuments () : IDictionary<String, String>
function set DeploymentDocuments (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.Iaas.Jan2015 Namespace