NetworkInterfaceInstance.IPConfigurations 속성
선택 사항입니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public IList<IPConfigurationInstance> IPConfigurations { get; set; }
public:
property IList<IPConfigurationInstance^>^ IPConfigurations {
IList<IPConfigurationInstance^>^ get();
void set(IList<IPConfigurationInstance^>^ value);
}
member IPConfigurations : IList<IPConfigurationInstance> with get, set
Public Property IPConfigurations As IList(Of IPConfigurationInstance)
속성 값
Type: System.Collections.Generic.IList<IPConfigurationInstance>
참고 항목
NetworkInterfaceInstance 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동