VirtualMachineUpdateParameters::ConfigurationSets Property
Gets or sets a collection of ConfigurationSet objects that define the system and application configuration settings for a Virtual Machine.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<ConfigurationSet^>^ ConfigurationSets { IList<ConfigurationSet^>^ get(); void set(IList<ConfigurationSet^>^ value); }
Property Value
Type: System.Collections.Generic::IList<ConfigurationSet^>^A collection of ConfigurationSet objects.
Show: