LabPlansOperationsExtensions.BeginSaveImage 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.
Save an image from a lab VM to the attached shared image gallery.
public static void BeginSaveImage (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, Microsoft.Azure.Management.LabServices.Models.SaveImageBody body, string resourceGroupName, string labPlanName);
static member BeginSaveImage : Microsoft.Azure.Management.LabServices.ILabPlansOperations * Microsoft.Azure.Management.LabServices.Models.SaveImageBody * string * string -> unit
<Extension()>
Public Sub BeginSaveImage (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
Azure SDK for .NET