LabPlansOperationsExtensions.Get(ILabPlansOperations, String, 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ère une ressource Lab Plan.
public static Microsoft.Azure.Management.LabServices.Models.LabPlan Get (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, string resourceGroupName, string labPlanName);
static member Get : Microsoft.Azure.Management.LabServices.ILabPlansOperations * string * string -> Microsoft.Azure.Management.LabServices.Models.LabPlan
<Extension()>
Public Function Get (operations As ILabPlansOperations, resourceGroupName As String, labPlanName As String) As LabPlan
Paramètres
- operations
- ILabPlansOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- labPlanName
- String
Nom du plan lab qui l’identifie de manière unique dans le groupe de ressources contenant. Utilisé dans les URI de ressource et dans l’interface utilisateur.
Retours
Remarques
Récupère les propriétés d’un plan Lab.
S’applique à
Azure SDK for .NET