Partager via


CloudServiceOperationsExtensions.Get(ICloudServiceOperations, String) Méthode

Définition

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 à