VirtualMachineUpdateParameters::ConfigurationSets Property

 

Gets or sets a collection of ConfigurationSet objects that define the system and application configuration settings for a Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
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.

Return to top
Show: