共用方式為


ImagesOperationsExtensions.ListByLabPlan Method

Definition

Gets all images.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image> ListByLabPlan (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, string resourceGroupName, string labPlanName, string filter = default);
static member ListByLabPlan : Microsoft.Azure.Management.LabServices.IImagesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>
<Extension()>
Public Function ListByLabPlan (operations As IImagesOperations, resourceGroupName As String, labPlanName As String, Optional filter As String = Nothing) As IPage(Of Image)

Parameters

operations
IImagesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

labPlanName
String

The name of the lab plan that uniquely identifies it within containing resource group. Used in resource URIs and in UI.

filter
String

The filter to apply to the operation.

Returns

Remarks

Gets all images from galleries attached to a lab plan.

Applies to