你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LabPlanUpdate 构造函数

定义

重载

LabPlanUpdate()

初始化 LabPlanUpdate 类的新实例。

LabPlanUpdate(IList<String>, ConnectionProfile, AutoShutdownProfile, LabPlanNetworkProfile, IList<String>, String, SupportInfo, String)

初始化 LabPlanUpdate 类的新实例。

LabPlanUpdate()

初始化 LabPlanUpdate 类的新实例。

public LabPlanUpdate ();
Public Sub New ()

适用于

LabPlanUpdate(IList<String>, ConnectionProfile, AutoShutdownProfile, LabPlanNetworkProfile, IList<String>, String, SupportInfo, String)

初始化 LabPlanUpdate 类的新实例。

public LabPlanUpdate (System.Collections.Generic.IList<string> tags = default, Microsoft.Azure.Management.LabServices.Models.ConnectionProfile defaultConnectionProfile = default, Microsoft.Azure.Management.LabServices.Models.AutoShutdownProfile defaultAutoShutdownProfile = default, Microsoft.Azure.Management.LabServices.Models.LabPlanNetworkProfile defaultNetworkProfile = default, System.Collections.Generic.IList<string> allowedRegions = default, string sharedGalleryId = default, Microsoft.Azure.Management.LabServices.Models.SupportInfo supportInfo = default, string linkedLmsInstance = default);
new Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate : System.Collections.Generic.IList<string> * Microsoft.Azure.Management.LabServices.Models.ConnectionProfile * Microsoft.Azure.Management.LabServices.Models.AutoShutdownProfile * Microsoft.Azure.Management.LabServices.Models.LabPlanNetworkProfile * System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.LabServices.Models.SupportInfo * string -> Microsoft.Azure.Management.LabServices.Models.LabPlanUpdate
Public Sub New (Optional tags As IList(Of String) = Nothing, Optional defaultConnectionProfile As ConnectionProfile = Nothing, Optional defaultAutoShutdownProfile As AutoShutdownProfile = Nothing, Optional defaultNetworkProfile As LabPlanNetworkProfile = Nothing, Optional allowedRegions As IList(Of String) = Nothing, Optional sharedGalleryId As String = Nothing, Optional supportInfo As SupportInfo = Nothing, Optional linkedLmsInstance As String = Nothing)

参数

tags
IList<String>

资源标记。

defaultConnectionProfile
ConnectionProfile

默认实验室连接配置文件。 这可以在实验室资源上更改,并且仅提供默认配置文件。

defaultAutoShutdownProfile
AutoShutdownProfile

默认实验室关闭配置文件。 这可以在实验室资源上更改,并且仅提供默认配置文件。

defaultNetworkProfile
LabPlanNetworkProfile

实验室计划网络配置文件。 若要强制实施实验室网络策略,必须在此处定义这些策略,并且当存在与此实验室计划关联的现有实验室时,不能更改这些策略。

allowedRegions
IList<String>

允许实验室创建者在使用此实验室计划创建实验室时使用的区域。

sharedGalleryId
String

附加到此实验室计划的共享映像库的资源 ID。 保存实验室模板虚拟机映像时,该映像将持久保存在此库中。 创建新实验室时,可以使用库中的共享映像。

supportInfo
SupportInfo

支持实验室计划用户的联系信息和说明。 此信息会显示给实验室计划中的所有实验室的实验室所有者和虚拟机用户。

linkedLmsInstance
String

此实验室计划的 lms 实例的基 URL 可以链接实验室名册。

适用于