共用方式為


LabProperties interface

實驗室資源的屬性。

Extends

屬性

networkProfile

實驗室的網路配置檔,通常是透過實驗室計劃套用。 建立實驗室之後,就無法修改此配置檔。

provisioningState

實驗室的目前布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

state

實驗室狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

autoShutdownProfile

實驗室的資源自動關機設定。 這會控制是否對閑置的資源採取動作。

connectionProfile

實驗室的連接配置檔。 這會控制實驗室資源的 Web 存取,或 RDP 或 SSH 埠是否開啟等設定。

description

實驗室的描述。

labPlanId

實驗室計劃的標識碼。 在資源建立期間用來提供預設值,並在透過 labs.azure.com 建立實驗室時做為許可權容器。 在現有的實驗室上設定 labPlanId 會提供組織。

rosterProfile

實驗室使用者清單管理配置檔。

securityProfile

實驗室安全性配置檔。

title

實驗室的標題。

virtualMachineProfile

用於建立實驗室虛擬機的配置檔。

屬性詳細資料

networkProfile

實驗室的網路配置檔,通常是透過實驗室計劃套用。 建立實驗室之後,就無法修改此配置檔。

networkProfile?: LabNetworkProfile

屬性值

provisioningState

實驗室的目前布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: ProvisioningState

屬性值

state

實驗室狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

state?: LabState

屬性值

繼承的屬性詳細資料

autoShutdownProfile

實驗室的資源自動關機設定。 這會控制是否對閑置的資源採取動作。

autoShutdownProfile?: AutoShutdownProfile

屬性值

繼承自LabUpdateProperties.autoShutdownProfile

connectionProfile

實驗室的連接配置檔。 這會控制實驗室資源的 Web 存取,或 RDP 或 SSH 埠是否開啟等設定。

connectionProfile?: ConnectionProfile

屬性值

繼承自LabUpdateProperties.connectionProfile

description

實驗室的描述。

description?: string

屬性值

string

繼承自LabUpdateProperties.description

labPlanId

實驗室計劃的標識碼。 在資源建立期間用來提供預設值,並在透過 labs.azure.com 建立實驗室時做為許可權容器。 在現有的實驗室上設定 labPlanId 會提供組織。

labPlanId?: string

屬性值

string

繼承自LabUpdateProperties.labPlanId

rosterProfile

實驗室使用者清單管理配置檔。

rosterProfile?: RosterProfile

屬性值

繼承自LabUpdateProperties.rosterProfile

securityProfile

實驗室安全性配置檔。

securityProfile?: SecurityProfile

屬性值

繼承自LabUpdateProperties.securityProfile

title

實驗室的標題。

title?: string

屬性值

string

繼承自LabUpdateProperties.title

virtualMachineProfile

用於建立實驗室虛擬機的配置檔。

virtualMachineProfile?: VirtualMachineProfile

屬性值

繼承自LabUpdateProperties.virtualMachineProfile