LabPlanUpdate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- defaultConnectionProfile
- ConnectionProfile
既定のラボ接続プロファイル。 これはラボ リソースで変更でき、既定のプロファイルのみを提供します。
- defaultAutoShutdownProfile
- AutoShutdownProfile
既定のラボ シャットダウン プロファイル。 これはラボ リソースで変更でき、既定のプロファイルのみを提供します。
- defaultNetworkProfile
- LabPlanNetworkProfile
ラボ計画のネットワーク プロファイル。 ラボ ネットワーク ポリシーを適用するには、ここで定義する必要があり、このラボ 計画に関連付けられている既存のラボがある場合は変更できません。
- sharedGalleryId
- String
このラボ プランにアタッチされているShared Image Galleryのリソース ID。 ラボ テンプレート仮想マシン イメージを保存すると、このギャラリーに保存されます。 ギャラリーの共有イメージを、新しいラボの作成時に使用できるようにすることができます。
- supportInfo
- SupportInfo
ラボ 計画のユーザーの連絡先情報と手順をサポートします。 この情報は、ラボ計画内のすべてのラボのラボ所有者と仮想マシン ユーザーに表示されます。
- linkedLmsInstance
- String
このラボ プランでラボ名簿をリンクできる lms インスタンスのベース URL。
適用対象
Azure SDK for .NET