共用方式為


HostedServiceListResponse.GetEnumerator Method

Definition

Gets the sequence of HostedServices.

public System.Collections.Generic.IEnumerator<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse.HostedService> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse.HostedService>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse.HostedService>
Public Function GetEnumerator () As IEnumerator(Of HostedServiceListResponse.HostedService)

Returns

Implements

Applies to