ConfigurationSet.CustomData Property
Optional. Optional. Provides base64 encoded custom data to be passed to VM.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public string CustomData { get; set; }
public:
property String^ CustomData {
String^ get();
void set(String^ value);
}
member CustomData : string with get, set
Public Property CustomData As String
Type: System.String
ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top