CloudServiceOperationsExtensions.Get(ICloudServiceOperations, String) 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 des services cloud (voir http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse Get (this Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations operations, string cloudServiceName);
static member Get : Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceGetResponse
<Extension()>
Public Function Get (operations As ICloudServiceOperations, cloudServiceName As String) As 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