Partager via


CloudServiceOperationsExtensions.Get(ICloudServiceOperations, String) Méthode

Définition

Retreivez un service cloud.

public static Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse Get (this Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations operations, string cloudServiceName);
static member Get : Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations * string -> Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse
<Extension()>
Public Function Get (operations As ICloudServiceOperations, cloudServiceName As String) As CloudServiceGetResponse

Paramètres

operations
ICloudServiceOperations

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

cloudServiceName
String

Obligatoire. Nom du service cloud.

Retours

Informations sur un service cloud récupéré.

S’applique à