VirtualMachineGetResponse.ConfigurationSets 속성
컬렉션을 가져오거나 설정 합니다. ConfigurationSet 가상 컴퓨터에 대 한 시스템 및 응용 프로그램 구성 설정을 정의 하는 개체입니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
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 네임스페이스
맨 위로 이동