Partager via


HostedServiceOperationsExtensions.GetAsync Méthode

Définition

L’opération Obtenir les propriétés 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 ; et 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. (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.HostedServiceGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member GetAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse>
<Extension()>
Public Function GetAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceGetResponse)

Paramètres

operations
IHostedServiceOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
String

Obligatoire. Nom du service cloud.

Retours

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

S’applique à