Compartir a través de


LabPlansOperationsExtensions.Get(ILabPlansOperations, String, String) Método

Definición

Recupera un recurso de plan de laboratorio.

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

Parámetros

operations
ILabPlansOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

labPlanName
String

Nombre del plan de laboratorio que lo identifica de forma única dentro del grupo de recursos contenedor. Se usa en los URI de recursos y en la interfaz de usuario.

Devoluciones

Comentarios

Recupera las propiedades de un plan de laboratorio.

Se aplica a