다음을 통해 공유


LabPlansOperationsExtensions.SaveImage Method

Definition

Save an image from a lab VM to the attached shared image gallery.

public static void SaveImage (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, Microsoft.Azure.Management.LabServices.Models.SaveImageBody body, string resourceGroupName, string labPlanName);
static member SaveImage : Microsoft.Azure.Management.LabServices.ILabPlansOperations * Microsoft.Azure.Management.LabServices.Models.SaveImageBody * string * string -> unit
<Extension()>
Public Sub SaveImage (operations As ILabPlansOperations, body As SaveImageBody, resourceGroupName As String, labPlanName As String)

Parameters

operations
ILabPlansOperations

The operations group for this extension method.

body
SaveImageBody

The request body.

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.

Remarks

Saves an image from a lab VM to the attached shared image gallery.

Applies to