Uses of Class
com.azure.resourcemanager.labservices.models.VirtualMachineProfile
Packages that use VirtualMachineProfile
Package
Description
Package containing the inner data models for LabServicesClient.
Package containing the data models for LabServicesClient.
-
Uses of VirtualMachineProfile in com.azure.resourcemanager.labservices.fluent.models
Methods in com.azure.resourcemanager.labservices.fluent.models that return VirtualMachineProfileModifier and TypeMethodDescriptionLabInner.virtualMachineProfile()
Get the virtualMachineProfile property: The profile used for creating lab virtual machines.LabUpdateProperties.virtualMachineProfile()
Get the virtualMachineProfile property: The profile used for creating lab virtual machines.Methods in com.azure.resourcemanager.labservices.fluent.models with parameters of type VirtualMachineProfileModifier and TypeMethodDescriptionLabInner.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Set the virtualMachineProfile property: The profile used for creating lab virtual machines.LabProperties.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Set the virtualMachineProfile property: The profile used for creating lab virtual machines.LabUpdateProperties.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Set the virtualMachineProfile property: The profile used for creating lab virtual machines. -
Uses of VirtualMachineProfile in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return VirtualMachineProfileModifier and TypeMethodDescriptionLab.virtualMachineProfile()
Gets the virtualMachineProfile property: The profile used for creating lab virtual machines.LabUpdate.virtualMachineProfile()
Get the virtualMachineProfile property: The profile used for creating lab virtual machines.VirtualMachineProfile.withAdditionalCapabilities
(VirtualMachineAdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Additional VM capabilities.VirtualMachineProfile.withAdminUser
(Credentials adminUser) Set the adminUser property: Credentials for the admin user on the VM.VirtualMachineProfile.withCreateOption
(CreateOption createOption) Set the createOption property: Indicates what lab virtual machines are created from.VirtualMachineProfile.withImageReference
(ImageReference imageReference) Set the imageReference property: The image configuration for lab virtual machines.VirtualMachineProfile.withNonAdminUser
(Credentials nonAdminUser) Set the nonAdminUser property: Credentials for the non-admin user on the VM, if one exists.Set the sku property: The SKU for the lab.VirtualMachineProfile.withUsageQuota
(Duration usageQuota) Set the usageQuota property: The initial quota alloted to each lab user.VirtualMachineProfile.withUseSharedPassword
(EnableState useSharedPassword) Set the useSharedPassword property: Enabling this option will use the same password for all user VMs.Methods in com.azure.resourcemanager.labservices.models with parameters of type VirtualMachineProfileModifier and TypeMethodDescriptionLab.DefinitionStages.WithVirtualMachineProfile.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..Lab.UpdateStages.WithVirtualMachineProfile.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..LabUpdate.withVirtualMachineProfile
(VirtualMachineProfile virtualMachineProfile) Set the virtualMachineProfile property: The profile used for creating lab virtual machines.