Uses of Class
com.azure.resourcemanager.labservices.models.LabPlanUpdate
Packages that use LabPlanUpdate
Package
Description
Package containing the service clients for LabServicesClient.
Package containing the data models for LabServicesClient.
-
Uses of LabPlanUpdate in com.azure.resourcemanager.labservices.fluent
Methods in com.azure.resourcemanager.labservices.fluent with parameters of type LabPlanUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LabPlanInner>,
LabPlanInner> LabPlansClient.beginUpdate
(String resourceGroupName, String labPlanName, LabPlanUpdate body) Updates a Lab Plan resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LabPlanInner>,
LabPlanInner> LabPlansClient.beginUpdate
(String resourceGroupName, String labPlanName, LabPlanUpdate body, com.azure.core.util.Context context) Updates a Lab Plan resource.LabPlansClient.update
(String resourceGroupName, String labPlanName, LabPlanUpdate body) Updates a Lab Plan resource.LabPlansClient.update
(String resourceGroupName, String labPlanName, LabPlanUpdate body, com.azure.core.util.Context context) Updates a Lab Plan resource. -
Uses of LabPlanUpdate in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return LabPlanUpdateModifier and TypeMethodDescriptionLabPlanUpdate.withAllowedRegions
(List<String> allowedRegions) Set the allowedRegions property: The allowed regions for the lab creator to use when creating labs using this lab plan.LabPlanUpdate.withDefaultAutoShutdownProfile
(AutoShutdownProfile defaultAutoShutdownProfile) Set the defaultAutoShutdownProfile property: The default lab shutdown profile.LabPlanUpdate.withDefaultConnectionProfile
(ConnectionProfile defaultConnectionProfile) Set the defaultConnectionProfile property: The default lab connection profile.LabPlanUpdate.withDefaultNetworkProfile
(LabPlanNetworkProfile defaultNetworkProfile) Set the defaultNetworkProfile property: The lab plan network profile.LabPlanUpdate.withIdentity
(Identity identity) Set the identity property: Managed Identity Information.LabPlanUpdate.withLinkedLmsInstance
(String linkedLmsInstance) Set the linkedLmsInstance property: Base Url of the lms instance this lab plan can link lab rosters against.LabPlanUpdate.withSharedGalleryId
(String sharedGalleryId) Set the sharedGalleryId property: Resource ID of the Shared Image Gallery attached to this lab plan.LabPlanUpdate.withSupportInfo
(SupportInfo supportInfo) Set the supportInfo property: Support contact information and instructions for users of the lab plan.Set the tags property: Resource tags.