HostedServiceListResponse.GetEnumerator 메서드 ()
개체의 컬렉션을 반복할 수 있는 검색 HostedServiceListResponse.HostedService 개체입니다.
네임스페이스: Microsoft.WindowsAzure.Management.Compute.Models
어셈블리: Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute
구문
public IEnumerator<HostedServiceListResponse.HostedService> GetEnumerator()
public:
virtual IEnumerator<HostedServiceListResponse::HostedService^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<HostedServiceListResponse.HostedService>
override GetEnumerator : unit -> IEnumerator<HostedServiceListResponse.HostedService>
Public Function GetEnumerator As IEnumerator(Of HostedServiceListResponse.HostedService)
반환 값
Type: System.Collections.Generic.IEnumerator<HostedServiceListResponse.HostedService>
열거자 개체입니다.
구현
IEnumerable<T>.GetEnumerator()
참고 항목
HostedServiceListResponse 클래스
Microsoft.WindowsAzure.Management.Compute.Models 네임스페이스
맨 위로 이동