CloudServiceListResponse.GetEnumerator 方法 ()
获取 CloudServices 的序列。
命名空间: Microsoft.WindowsAzure.Management.Scheduler.Models
程序集: Microsoft.WindowsAzure.Management.Scheduler(Microsoft.WindowsAzure.Management.Scheduler.dll 中)
语法
public IEnumerator<CloudServiceListResponse.CloudService> GetEnumerator()
public:
virtual IEnumerator<CloudServiceListResponse::CloudService^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<CloudServiceListResponse.CloudService>
override GetEnumerator : unit -> IEnumerator<CloudServiceListResponse.CloudService>
Public Function GetEnumerator As IEnumerator(Of CloudServiceListResponse.CloudService)
返回值
Type: System.Collections.Generic.IEnumerator<CloudServiceListResponse.CloudService>
实施
IEnumerable<T>.GetEnumerator()
请参阅
CloudServiceListResponse 类
Microsoft.WindowsAzure.Management.Scheduler.Models 命名空间
返回页首