Role.ConfigurationSets Property

 

Gets or sets a collection of ConfigurationSet objects that define system or application configuration settings.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public IList<ConfigurationSet> ConfigurationSets { get; set; }

Property Value

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

A collection of ConfigurationSet objects.

Return to top
Show: