VirtualMachineGetResponse.ConfigurationSets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Contains the collection of configuration sets that contain system and application configuration settings.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ConfigurationSet> ConfigurationSets { get; set; }
member this.ConfigurationSets : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ConfigurationSet> with get, set
Public Property ConfigurationSets As IList(Of ConfigurationSet)