Uses of Class
com.azure.resourcemanager.labservices.models.ResetPasswordBody
Packages that use ResetPasswordBody
Package
Description
Package containing the service clients for LabServicesClient.
Package containing the data models for LabServicesClient.
-
Uses of ResetPasswordBody in com.azure.resourcemanager.labservices.fluent
Methods in com.azure.resourcemanager.labservices.fluent with parameters of type ResetPasswordBodyModifier and TypeMethodDescriptionVirtualMachinesClient.beginResetPassword
(String resourceGroupName, String labName, String virtualMachineName, ResetPasswordBody body) Reset a lab virtual machine password.VirtualMachinesClient.beginResetPassword
(String resourceGroupName, String labName, String virtualMachineName, ResetPasswordBody body, com.azure.core.util.Context context) Reset a lab virtual machine password.void
VirtualMachinesClient.resetPassword
(String resourceGroupName, String labName, String virtualMachineName, ResetPasswordBody body) Reset a lab virtual machine password.void
VirtualMachinesClient.resetPassword
(String resourceGroupName, String labName, String virtualMachineName, ResetPasswordBody body, com.azure.core.util.Context context) Reset a lab virtual machine password. -
Uses of ResetPasswordBody in com.azure.resourcemanager.labservices.models
Methods in com.azure.resourcemanager.labservices.models that return ResetPasswordBodyModifier and TypeMethodDescriptionResetPasswordBody.withPassword
(String password) Set the password property: The password.ResetPasswordBody.withUsername
(String username) Set the username property: The user whose password is being reset.Methods in com.azure.resourcemanager.labservices.models with parameters of type ResetPasswordBodyModifier and TypeMethodDescriptionvoid
VirtualMachines.resetPassword
(String resourceGroupName, String labName, String virtualMachineName, ResetPasswordBody body) Reset a lab virtual machine password.void
VirtualMachines.resetPassword
(String resourceGroupName, String labName, String virtualMachineName, ResetPasswordBody body, com.azure.core.util.Context context) Reset a lab virtual machine password.