VirtualMachineGetResponse.ConfigurationSets 属性
获取或设置的集合 ConfigurationSet 定义虚拟机的系统和应用程序的配置设置的对象。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
语法
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)
属性值
Type: System.Collections.Generic.IList<ConfigurationSet>
ConfigurationSet 对象的集合。
请参阅
VirtualMachineGetResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首