Class LabUpdate
java.lang.Object
com.azure.resourcemanager.labservices.models.TrackedResourceUpdate
com.azure.resourcemanager.labservices.models.LabUpdate
The lab resource for updates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the autoShutdownProfile property: The resource auto shutdown configuration for the lab.Get the connectionProfile property: The connection profile for the lab.Get the description property: The description of the lab.Get the labPlanId property: The ID of the lab plan.Get the rosterProfile property: The lab user list management profile.Get the securityProfile property: The lab security profile.title()
Get the title property: The title of the lab.void
validate()
Validates the instance.Get the virtualMachineProfile property: The profile used for creating lab virtual machines.withAutoShutdownProfile
(AutoShutdownProfile autoShutdownProfile) Set the autoShutdownProfile property: The resource auto shutdown configuration for the lab.withConnectionProfile
(ConnectionProfile connectionProfile) Set the connectionProfile property: The connection profile for the lab.withDescription
(String description) Set the description property: The description of the lab.withLabPlanId
(String labPlanId) Set the labPlanId property: The ID of the lab plan.withRosterProfile
(RosterProfile rosterProfile) Set the rosterProfile property: The lab user list management profile.withSecurityProfile
(SecurityProfile securityProfile) Set the securityProfile property: The lab security profile.Set the tags property: Resource tags.Set the title property: The title of the lab.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Set the virtualMachineProfile property: The profile used for creating lab virtual machines.Methods inherited from class com.azure.resourcemanager.labservices.models.TrackedResourceUpdate
tags
-
Constructor Details
-
LabUpdate
public LabUpdate()
-
-
Method Details
-
withTags
Set the tags property: Resource tags.- Overrides:
withTags
in classTrackedResourceUpdate
- Parameters:
tags
- the tags value to set.- Returns:
- the TrackedResourceUpdate object itself.
-
autoShutdownProfile
Get the autoShutdownProfile property: The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle.- Returns:
- the autoShutdownProfile value.
-
withAutoShutdownProfile
Set the autoShutdownProfile property: The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle.- Parameters:
autoShutdownProfile
- the autoShutdownProfile value to set.- Returns:
- the LabUpdate object itself.
-
connectionProfile
Get the connectionProfile property: The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.- Returns:
- the connectionProfile value.
-
withConnectionProfile
Set the connectionProfile property: The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.- Parameters:
connectionProfile
- the connectionProfile value to set.- Returns:
- the LabUpdate object itself.
-
virtualMachineProfile
Get the virtualMachineProfile property: The profile used for creating lab virtual machines.- Returns:
- the virtualMachineProfile value.
-
withVirtualMachineProfile
Set the virtualMachineProfile property: The profile used for creating lab virtual machines.- Parameters:
virtualMachineProfile
- the virtualMachineProfile value to set.- Returns:
- the LabUpdate object itself.
-
securityProfile
Get the securityProfile property: The lab security profile.- Returns:
- the securityProfile value.
-
withSecurityProfile
Set the securityProfile property: The lab security profile.- Parameters:
securityProfile
- the securityProfile value to set.- Returns:
- the LabUpdate object itself.
-
rosterProfile
Get the rosterProfile property: The lab user list management profile.- Returns:
- the rosterProfile value.
-
withRosterProfile
Set the rosterProfile property: The lab user list management profile.- Parameters:
rosterProfile
- the rosterProfile value to set.- Returns:
- the LabUpdate object itself.
-
labPlanId
Get the labPlanId property: The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization..- Returns:
- the labPlanId value.
-
withLabPlanId
Set the labPlanId property: The ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization..- Parameters:
labPlanId
- the labPlanId value to set.- Returns:
- the LabUpdate object itself.
-
title
Get the title property: The title of the lab.- Returns:
- the title value.
-
withTitle
Set the title property: The title of the lab.- Parameters:
title
- the title value to set.- Returns:
- the LabUpdate object itself.
-
description
Get the description property: The description of the lab.- Returns:
- the description value.
-
withDescription
Set the description property: The description of the lab.- Parameters:
description
- the description value to set.- Returns:
- the LabUpdate object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classTrackedResourceUpdate
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-