HostedServiceOperationsExtensions.GetDetailedAsync 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 appartient le service, 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse> GetDetailedAsync(this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member GetDetailedAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse>
<Extension()>
Public Function GetDetailedAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of 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