共用方式為


ImagesOperationsExtensions.ListByLabPlanAsync Method

Definition

Gets all images.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>> ListByLabPlanAsync (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, string resourceGroupName, string labPlanName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByLabPlanAsync : Microsoft.Azure.Management.LabServices.IImagesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>>
<Extension()>
Public Function ListByLabPlanAsync (operations As IImagesOperations, resourceGroupName As String, labPlanName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets all images from galleries attached to a lab plan.

Applies to