共用方式為


LabPlanPatch Class

Definition

Contains lab configuration and default settings. This variant is used for PATCH.

public class LabPlanPatch : Azure.ResourceManager.LabServices.Models.LabServicesPatchBaseInfo
type LabPlanPatch = class
    inherit LabServicesPatchBaseInfo
Public Class LabPlanPatch
Inherits LabServicesPatchBaseInfo
Inheritance

Constructors

LabPlanPatch()

Initializes a new instance of LabPlanPatch.

Properties

AllowedRegions

The allowed regions for the lab creator to use when creating labs using this lab plan.

DefaultAutoShutdownProfile

The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile.

DefaultConnectionProfile

The default lab connection profile. This can be changed on a lab resource and only provides a default profile.

DefaultNetworkSubnetId

The external subnet resource id.

Identity

Managed Identity Information. Current supported identity types: SystemAssigned.

LinkedLmsInstance

Base Url of the lms instance this lab plan can link lab rosters against.

SharedGalleryId

Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs.

SupportInfo

Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan.

Tags

Resource tags.

(Inherited from LabServicesPatchBaseInfo)

Applies to