Partager via


HostedServiceGetDetailedResponse Classe

Définition

Réponse détaillée de l’opération Obtenir le service hébergé.

public class HostedServiceGetDetailedResponse : Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse
type HostedServiceGetDetailedResponse = class
    inherit HostedServiceGetResponse
Public Class HostedServiceGetDetailedResponse
Inherits HostedServiceGetResponse
Héritage
Microsoft.Azure.AzureOperationResponse
HostedServiceGetDetailedResponse

Constructeurs

HostedServiceGetDetailedResponse()

Initialise une nouvelle instance de la classe HostedServiceGetDetailedResponse.

Propriétés

ComputeCapabilities

facultatif. Fonctionnalités de calcul de ce service hébergé.

(Hérité de HostedServiceGetResponse)
Deployments

facultatif. Déploiements qui existent dans le service de cloud computing.

Properties

facultatif. Propriétés qui sont assignées au service de cloud computing.

(Hérité de HostedServiceGetResponse)
ServiceName

facultatif. Nom du service cloud. Ce nom est le nom du préfixe DNS et peut être utilisé pour accéder au service cloud. Par exemple, si le nom du service cloud est MyService, vous pouvez accéder à l’accès au service cloud en appelant : http://MyService.cloudapp.net.

(Hérité de HostedServiceGetResponse)
Uri

facultatif. URI de requête de l’API Gestion des services utilisé pour effectuer des demandes Obtenir les propriétés du service hébergé sur le service cloud.

(Hérité de HostedServiceGetResponse)

S’applique à