ImagesOperationsExtensions.ListByLabPlan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET