ResetPasswordPayload Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.ResetPasswordPayload

public class ResetPasswordPayload

Represents the payload for resetting passwords.

Constructor Summary

Constructor Description
ResetPasswordPayload()

Method Summary

Modifier and Type Method and Description
java.lang.String environmentId()

Get the resourceId of the environment.

java.lang.String password()

Get the password to assign to the user specified in.

java.lang.String username()

Get the username for which the password will be reset.

ResetPasswordPayload withEnvironmentId(String environmentId)

Set the resourceId of the environment.

ResetPasswordPayload withPassword(String password)

Set the password to assign to the user specified in.

ResetPasswordPayload withUsername(String username)

Set the username for which the password will be reset.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResetPasswordPayload

public ResetPasswordPayload()

Method Details

environmentId

public String environmentId()

Get the resourceId of the environment.

Returns:

the environmentId value

password

public String password()

Get the password to assign to the user specified in.

Returns:

the password value

username

public String username()

Get the username for which the password will be reset.

Returns:

the username value

withEnvironmentId

public ResetPasswordPayload withEnvironmentId(String environmentId)

Set the resourceId of the environment.

Parameters:

environmentId - the environmentId value to set

Returns:

the ResetPasswordPayload object itself.

withPassword

public ResetPasswordPayload withPassword(String password)

Set the password to assign to the user specified in.

Parameters:

password - the password value to set

Returns:

the ResetPasswordPayload object itself.

withUsername

public ResetPasswordPayload withUsername(String username)

Set the username for which the password will be reset.

Parameters:

username - the username value to set

Returns:

the ResetPasswordPayload object itself.

Applies to