Partager via


CloudServiceOperationsExtensions.GetAsync Méthode

Définition

Récupérer un service cloud (voir http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations operations, string cloudServiceName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse>
<Extension()>
Public Function GetAsync (operations As ICloudServiceOperations, cloudServiceName As String) As Task(Of CloudServiceGetResponse)

Paramètres

operations
ICloudServiceOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.

cloudServiceName
String

Obligatoire. Nom du service cloud.

Retours

Modèle de réponse pour l’opération obtenir le service cloud.

S’applique à