HostedServiceOperationsExtensions.GetDetailed Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’opération Obtenir les propriétés détaillées du service hébergé récupère les propriétés système du service cloud spécifié. Ces propriétés incluent le nom du service et le type de service ; le nom du groupe d’affinités auquel le service appartient ou son emplacement s’il ne fait pas partie d’un groupe d’affinités ; et des informations sur les déploiements du service. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460806.aspx pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse GetDetailed (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member GetDetailed : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse
<Extension()>
Public Function GetDetailed (operations As IHostedServiceOperations, serviceName As String) As HostedServiceGetDetailedResponse
Paramètres
- operations
- IHostedServiceOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.
- serviceName
- String
Obligatoire. Nom du service cloud.
Retours
Réponse détaillée de l’opération Obtenir le service hébergé.
S’applique à
Azure SDK for .NET