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)

Syntax

public IList<ConfigurationSet> ConfigurationSets { get; set; }
public:
property IList<ConfigurationSet^>^ ConfigurationSets {
    IList<ConfigurationSet^>^ get();
    void set(IList<ConfigurationSet^>^ value);
}
member ConfigurationSets : IList<ConfigurationSet> with get, set
Public Property ConfigurationSets As IList(Of ConfigurationSet)

Property Value

Type: System.Collections.Generic.IList<ConfigurationSet>

A collection of ConfigurationSet objects.

See Also

VirtualMachineUpdateParameters Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top