CloudServiceOperationsExtensions.GetAsync 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.
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 à
Azure SDK for .NET