次の方法で共有


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

このラボ プランにアタッチされているShared Image Galleryのリソース ID。 ラボ テンプレート仮想マシン イメージを保存すると、このギャラリーに保存されます。 ギャラリーの共有イメージを、新しいラボの作成時に使用できるようにすることができます。

supportInfo
SupportInfo

ラボ 計画のユーザーの連絡先情報と手順をサポートします。 この情報は、ラボ計画内のすべてのラボのラボ所有者と仮想マシン ユーザーに表示されます。

linkedLmsInstance
String

このラボ プランでラボ名簿をリンクできる lms インスタンスのベース URL。

適用対象