Share via


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)

Usage

'Usage
Dim instance As VirtualMachineUpdateParameters
Dim value As IList(Of ConfigurationSet)

value = instance.ConfigurationSets

instance.ConfigurationSets = value

Syntax

'Declaration
Public Property ConfigurationSets As IList(Of ConfigurationSet)
public IList<ConfigurationSet> ConfigurationSets { get; set; }
public:
property IList<ConfigurationSet^>^ ConfigurationSets {
    IList<ConfigurationSet^>^ get ();
    void set (IList<ConfigurationSet^>^ value);
}
/** @property */
public IList<ConfigurationSet> get_ConfigurationSets ()

/** @property */
public void set_ConfigurationSets (IList<ConfigurationSet> value)
public function get ConfigurationSets () : IList<ConfigurationSet>

public function set ConfigurationSets (value : IList<ConfigurationSet>)

Property Value

A collection of ConfigurationSet objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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