Partager via


HostedServiceListResponse Classe

Définition

Réponse de l’opération List Hosted Service.

public class HostedServiceListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse.HostedService>
type HostedServiceListResponse = class
    inherit AzureOperationResponse
    interface seq<HostedServiceListResponse.HostedService>
    interface IEnumerable
Public Class HostedServiceListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of HostedServiceListResponse.HostedService)
Héritage
Microsoft.Azure.AzureOperationResponse
HostedServiceListResponse
Implémente

Constructeurs

HostedServiceListResponse()

Initialise une nouvelle instance de la classe HostedServiceListResponse.

Propriétés

HostedServices

facultatif. Services hébergés associés à votre abonnement.

Méthodes

GetEnumerator()

Obtient la séquence de HostedServices.

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient la séquence de HostedServices.

Méthodes d’extension

ToCommaSeparatedString<T>(IEnumerable<T>)

Convertit les éléments d’une collection en chaînes et les concatène en une liste séparée par des virgules, ou retourne null pour les collections null ou vides.

S’applique à